#077CB5

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

Shades of Cerulean #077CB5

Tints of Cerulean #077CB5

Color information

#077CB5 (or 0x077CB5) is unknown color: approx Cerulean. HEX triplet: 07, 7C and B5. RGB value is (7,124,181). Sum of RGB (Red+Green+Blue) = 7+124+181=312 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.24% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 181 (71.09% from 255 or 58.01% from 312); Max value from RGB is 181 - color contains mainly: blue. Hex color #077CB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077CB5 is #F8834A. Grayscale: #5F5F5F. Windows color (decimal): -16286539 or 11893767. OLE color: 11893767.

HSL color Cylindrical-coordinate representation of color #077CB5: hue angle of 199.66º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077CB5 is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7124181-
CMYK0.960.3100.29
HSL199.66º92.55%36.86%-
HSV(B)199.66º96.13%70.98%-
XYZ15.6417.846.33-
YUV95.52176.2464.87-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.24%
GREEN value IS 124 (48.83% from 255) = 39.74%
BLUE value IS 181 (71.09% from 255) = 58.01%
R=2.24%
G=39.74%
B=58.01%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal71241810.960.3100.29199.6692.5536.86
Hex77CB5601F01Dc85d25
Octal71742651403703531013545
Binary111111110010110101110000011111011101110010001011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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