#024777

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

Shades of Dark Cerulean #024777

Tints of Dark Cerulean #024777

Color information

#024777 (or 0x024777) is unknown color: approx Dark Cerulean. HEX triplet: 02, 47 and 77. RGB value is (2,71,119). Sum of RGB (Red+Green+Blue) = 2+71+119=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 71 (28.12% from 255 or 36.98% from 192); Blue value is 119 (46.88% from 255 or 61.98% from 192); Max value from RGB is 119 - color contains mainly: blue. Hex color #024777 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024777 is #FDB888. Grayscale: #373737. Windows color (decimal): -16627849 or 7816962. OLE color: 7816962.

HSL color Cylindrical-coordinate representation of color #024777: hue angle of 204.62º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024777 is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB271119-
CMYK0.980.4000.53
HSL204.62º96.69%23.73%-
HSV(B)204.62º98.32%46.67%-
XYZ5.615.8518.29-
YUV55.84163.6489.6-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.04%
GREEN value IS 71 (28.12% from 255) = 36.98%
BLUE value IS 119 (46.88% from 255) = 61.98%
R=1.04%
G=36.98%
B=61.98%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2711190.980.4000.53204.6296.6923.73
Hex247776228035cd6118
Octal21071671425006531514130
Binary10100011111101111100010101000011010111001101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024777; }

 p { color: rgb(2,71,119); }

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

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

 a { background-color: rgb(2,71,119); }

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

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

 span { border-color: rgb(2,71,119); }

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