#024B76

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

Shades of Dark Cerulean #024B76

Tints of Dark Cerulean #024B76

Color information

#024B76 (or 0x024B76) is unknown color: approx Dark Cerulean. HEX triplet: 02, 4B and 76. RGB value is (2,75,118). Sum of RGB (Red+Green+Blue) = 2+75+118=195 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 195); Green value is 75 (29.69% from 255 or 38.46% from 195); Blue value is 118 (46.48% from 255 or 60.51% from 195); Max value from RGB is 118 - color contains mainly: blue. Hex color #024B76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024B76 is #FDB489. Grayscale: #393939. Windows color (decimal): -16626826 or 7752450. OLE color: 7752450.

HSL color Cylindrical-coordinate representation of color #024B76: hue angle of 202.24º 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 #024B76 is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB275118-
CMYK0.980.3600.54
HSL202.24º96.67%23.53%-
HSV(B)202.24º98.31%46.27%-
XYZ5.816.3518.06-
YUV58.08161.8288-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.03%
GREEN value IS 75 (29.69% from 255) = 38.46%
BLUE value IS 118 (46.48% from 255) = 60.51%
R=1.03%
G=38.46%
B=60.51%

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
Decimal2751180.980.3600.54202.2496.6723.53
Hex24B766224036ca6118
Octal21131661424406631214130
Binary10100101111101101100010100100011011011001010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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