#024C76

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

Shades of Dark Cerulean #024C76

Tints of Dark Cerulean #024C76

Color information

#024C76 (or 0x024C76) is unknown color: approx Dark Cerulean. HEX triplet: 02, 4C and 76. RGB value is (2,76,118). Sum of RGB (Red+Green+Blue) = 2+76+118=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 76 (30.08% from 255 or 38.78% from 196); Blue value is 118 (46.48% from 255 or 60.20% from 196); Max value from RGB is 118 - color contains mainly: blue. Hex color #024C76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024C76 is #FDB389. Grayscale: #3A3A3A. Windows color (decimal): -16626570 or 7752706. OLE color: 7752706.

HSL color Cylindrical-coordinate representation of color #024C76: hue angle of 201.72º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024C76 is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB276118-
CMYK0.980.3600.54
HSL201.72º96.67%23.53%-
HSV(B)201.72º98.31%46.27%-
XYZ5.886.4918.08-
YUV58.66161.4887.58-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.02%
GREEN value IS 76 (30.08% from 255) = 38.78%
BLUE value IS 118 (46.48% from 255) = 60.20%
R=1.02%
G=38.78%
B=60.20%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2761180.980.3600.54201.7296.6723.53
Hex24C766224036ca6118
Octal21141661424406631214130
Binary10100110011101101100010100100011011011001010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024C76; }

 p { color: rgb(2,76,118); }

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

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

 a { background-color: rgb(2,76,118); }

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

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

 span { border-color: rgb(2,76,118); }

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