#077CB9

Color #077CB9 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #077CB9

Tints of Cerulean #077CB9

Color information

#077CB9 (or 0x077CB9) is unknown color: approx Cerulean. HEX triplet: 07, 7C and B9. RGB value is (7,124,185). Sum of RGB (Red+Green+Blue) = 7+124+185=316 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 316); Green value is 124 (48.83% from 255 or 39.24% from 316); Blue value is 185 (72.66% from 255 or 58.54% from 316); Max value from RGB is 185 - color contains mainly: blue. Hex color #077CB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077CB9 is #F88346. Grayscale: #5F5F5F. Windows color (decimal): -16286535 or 12155911. OLE color: 12155911.

HSL color Cylindrical-coordinate representation of color #077CB9: hue angle of 200.56º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077CB9 is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7124185-
CMYK0.960.3300.27
HSL200.56º92.71%37.65%-
HSV(B)200.56º96.22%72.55%-
XYZ16.0517.9648.52-
YUV95.97178.2464.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 2.22%
GREEN value IS 124 (48.83% from 255) = 39.24%
BLUE value IS 185 (72.66% from 255) = 58.54%
R=2.22%
G=39.24%
B=58.54%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal71241850.960.3300.27200.5692.7137.65
Hex77CB9602101Bc95d26
Octal71742711404103331113546
Binary1111111100101110011100000100001011011110010011011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077CB9; }

 p { color: rgb(7,124,185); }

 H1.HeaderClassName
 {
   color: #077CB9;
 }
 .AnyTagClassName
 {
   color: #077CB9;
 }
</style>
background-color css

<style>
 a { background-color: #077CB9; }

 a { background-color: rgb(7,124,185); }

 div.DivClassName
 {
   background-color: #077CB9;
 }
 .BgClassName
 {
   background-color: #077CB9;
 }
</style>
border-color css

<style>
 span { border-color: #077CB9; }

 span { border-color: rgb(7,124,185); }

 td.TdClassName
 {
   border-color: #077CB9;
 }
 .TagClassName
 {
   border-color: #077CB9;
 }
</style>