#05426E

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

Shades of Dark Cerulean #05426E

Tints of Dark Cerulean #05426E

Color information

#05426E (or 0x05426E) is unknown color: approx Dark Cerulean. HEX triplet: 05, 42 and 6E. RGB value is (5,66,110). Sum of RGB (Red+Green+Blue) = 5+66+110=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 110 (43.36% from 255 or 60.77% from 181); Max value from RGB is 110 - color contains mainly: blue. Hex color #05426E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05426E is #FABD91. Grayscale: #343434. Windows color (decimal): -16432530 or 7225861. OLE color: 7225861.

HSL color Cylindrical-coordinate representation of color #05426E: hue angle of 205.14º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05426E is Cyan = 0.95, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB566110-
CMYK0.950.400.57
HSL205.14º91.3%22.55%-
HSV(B)205.14º95.45%43.14%-
XYZ4.835.0515.47-
YUV52.78160.2993.92-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.76%
GREEN value IS 66 (26.17% from 255) = 36.46%
BLUE value IS 110 (43.36% from 255) = 60.77%
R=2.76%
G=36.46%
B=60.77%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5661100.950.400.57205.1491.322.55
Hex5426E5F28039cd5b17
Octal51021561375007131513327
Binary101100001011011101011111101000011100111001101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05426E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05426E; }

 p { color: rgb(5,66,110); }

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

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

 a { background-color: rgb(5,66,110); }

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

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

 span { border-color: rgb(5,66,110); }

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