#024186

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

Shades of Dark Cerulean #024186

Tints of Dark Cerulean #024186

Color information

#024186 (or 0x024186) is unknown color: approx Dark Cerulean. HEX triplet: 02, 41 and 86. RGB value is (2,65,134). Sum of RGB (Red+Green+Blue) = 2+65+134=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 134 (52.73% from 255 or 66.67% from 201); Max value from RGB is 134 - color contains mainly: blue. Hex color #024186 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024186 is #FDBE79. Grayscale: #353535. Windows color (decimal): -16629370 or 8798466. OLE color: 8798466.

HSL color Cylindrical-coordinate representation of color #024186: hue angle of 211.36º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024186 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB265134-
CMYK0.990.5100.47
HSL211.36º97.06%26.67%-
HSV(B)211.36º98.51%52.55%-
XYZ6.225.5123.29-
YUV54.03173.1390.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.00%
GREEN value IS 65 (25.78% from 255) = 32.34%
BLUE value IS 134 (52.73% from 255) = 66.67%
R=1.00%
G=32.34%
B=66.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2651340.990.5100.47211.3697.0626.67
Hex24186633302Fd3611b
Octal21012061436305732314133
Binary101000001100001101100011110011010111111010011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024186; }

 p { color: rgb(2,65,134); }

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

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

 a { background-color: rgb(2,65,134); }

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

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

 span { border-color: rgb(2,65,134); }

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