#024B72

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

Shades of Dark Cerulean #024B72

Tints of Dark Cerulean #024B72

Color information

#024B72 (or 0x024B72) is unknown color: approx Dark Cerulean. HEX triplet: 02, 4B and 72. RGB value is (2,75,114). Sum of RGB (Red+Green+Blue) = 2+75+114=191 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 191); Green value is 75 (29.69% from 255 or 39.27% from 191); Blue value is 114 (44.92% from 255 or 59.69% from 191); Max value from RGB is 114 - color contains mainly: blue. Hex color #024B72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024B72 is #FDB48D. Grayscale: #393939. Windows color (decimal): -16626830 or 7490306. OLE color: 7490306.

HSL color Cylindrical-coordinate representation of color #024B72: hue angle of 200.89º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024B72 is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB275114-
CMYK0.980.3400.55
HSL200.89º96.55%22.75%-
HSV(B)200.89º98.25%44.71%-
XYZ5.586.2616.83-
YUV57.62159.8288.33-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.05%
GREEN value IS 75 (29.69% from 255) = 39.27%
BLUE value IS 114 (44.92% from 255) = 59.69%
R=1.05%
G=39.27%
B=59.69%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2751140.980.3400.55200.8996.5522.75
Hex24B726222037c96117
Octal21131621424206731114127
Binary10100101111100101100010100010011011111001001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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