#024B92

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

Shades of Dark Cerulean #024B92

Tints of Dark Cerulean #024B92

Color information

#024B92 (or 0x024B92) is unknown color: approx Dark Cerulean. HEX triplet: 02, 4B and 92. RGB value is (2,75,146). Sum of RGB (Red+Green+Blue) = 2+75+146=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 75 (29.69% from 255 or 33.63% from 223); Blue value is 146 (57.42% from 255 or 65.47% from 223); Max value from RGB is 146 - color contains mainly: blue. Hex color #024B92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024B92 is #FDB46D. Grayscale: #3C3C3C. Windows color (decimal): -16626798 or 9587458. OLE color: 9587458.

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

Color convert

RGB275146-
CMYK0.990.4900.43
HSL209.58º97.3%29.02%-
HSV(B)209.58º98.63%57.25%-
XYZ7.737.1228.16-
YUV61.27175.8285.73-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.90%
GREEN value IS 75 (29.69% from 255) = 33.63%
BLUE value IS 146 (57.42% from 255) = 65.47%
R=0.90%
G=33.63%
B=65.47%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2751460.990.4900.43209.5897.329.02
Hex24B92633102Bd2611d
Octal21132221436105332214135
Binary101001011100100101100011110001010101111010010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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