#024B6F

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

Shades of Dark Cerulean #024B6F

Tints of Dark Cerulean #024B6F

Color information

#024B6F (or 0x024B6F) is unknown color: approx Dark Cerulean. HEX triplet: 02, 4B and 6F. RGB value is (2,75,111). Sum of RGB (Red+Green+Blue) = 2+75+111=188 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 188); Green value is 75 (29.69% from 255 or 39.89% from 188); Blue value is 111 (43.75% from 255 or 59.04% from 188); Max value from RGB is 111 - color contains mainly: blue. Hex color #024B6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024B6F is #FDB490. Grayscale: #393939. Windows color (decimal): -16626833 or 7293698. OLE color: 7293698.

HSL color Cylindrical-coordinate representation of color #024B6F: hue angle of 199.82º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024B6F is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB275111-
CMYK0.980.3200.56
HSL199.82º96.46%22.16%-
HSV(B)199.82º98.2%43.53%-
XYZ5.416.1915.95-
YUV57.28158.3288.57-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.06%
GREEN value IS 75 (29.69% from 255) = 39.89%
BLUE value IS 111 (43.75% from 255) = 59.04%
R=1.06%
G=39.89%
B=59.04%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2751110.980.3200.56199.8296.4622.16
Hex24B6F6220038c86016
Octal21131571424007031014026
Binary10100101111011111100010100000011100011001000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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