#024C92

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

Shades of Dark Cerulean #024C92

Tints of Dark Cerulean #024C92

Color information

#024C92 (or 0x024C92) is unknown color: approx Dark Cerulean. HEX triplet: 02, 4C and 92. RGB value is (2,76,146). Sum of RGB (Red+Green+Blue) = 2+76+146=224 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 146 (57.42% from 255 or 65.18% from 224); Max value from RGB is 146 - color contains mainly: blue. Hex color #024C92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024C92 is #FDB36D. Grayscale: #3D3D3D. Windows color (decimal): -16626542 or 9587714. OLE color: 9587714.

HSL color Cylindrical-coordinate representation of color #024C92: hue angle of 209.17º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024C92 is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB276146-
CMYK0.990.4800.43
HSL209.17º97.3%29.02%-
HSV(B)209.17º98.63%57.25%-
XYZ7.87.2628.18-
YUV61.85175.4885.31-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.89%
GREEN value IS 76 (30.08% from 255) = 33.93%
BLUE value IS 146 (57.42% from 255) = 65.18%
R=0.89%
G=33.93%
B=65.18%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2761460.990.4800.43209.1797.329.02
Hex24C92633002Bd1611d
Octal21142221436005332114135
Binary101001100100100101100011110000010101111010001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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