#024C91

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

Shades of Dark Cerulean #024C91

Tints of Dark Cerulean #024C91

Color information

#024C91 (or 0x024C91) is unknown color: approx Dark Cerulean. HEX triplet: 02, 4C and 91. RGB value is (2,76,145). Sum of RGB (Red+Green+Blue) = 2+76+145=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 145 (57.03% from 255 or 65.02% from 223); Max value from RGB is 145 - color contains mainly: blue. Hex color #024C91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024C91 is #FDB36E. Grayscale: #3D3D3D. Windows color (decimal): -16626543 or 9522178. OLE color: 9522178.

HSL color Cylindrical-coordinate representation of color #024C91: hue angle of 208.95º 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 #024C91 is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB276145-
CMYK0.990.4800.43
HSL208.95º97.28%28.82%-
HSV(B)208.95º98.62%56.86%-
XYZ7.727.2327.78-
YUV61.74174.9885.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.90%
GREEN value IS 76 (30.08% from 255) = 34.08%
BLUE value IS 145 (57.03% from 255) = 65.02%
R=0.90%
G=34.08%
B=65.02%

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
Decimal2761450.990.4800.43208.9597.2828.82
Hex24C91633002Bd1611d
Octal21142211436005332114135
Binary101001100100100011100011110000010101111010001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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