#05608E

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

Shades of Dark Cerulean #05608E

Tints of Dark Cerulean #05608E

Color information

#05608E (or 0x05608E) is unknown color: approx Dark Cerulean. HEX triplet: 05, 60 and 8E. RGB value is (5,96,142). Sum of RGB (Red+Green+Blue) = 5+96+142=243 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.06% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 142 (55.86% from 255 or 58.44% from 243); Max value from RGB is 142 - color contains mainly: blue. Hex color #05608E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05608E is #FA9F71. Grayscale: #494949. Windows color (decimal): -16424818 or 9330693. OLE color: 9330693.

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

Color convert

RGB596142-
CMYK0.960.3200.44
HSL200.15º93.2%28.82%-
HSV(B)200.15º96.48%55.69%-
XYZ9.1310.3527.11-
YUV74.04166.3578.76-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.06%
GREEN value IS 96 (37.89% from 255) = 39.51%
BLUE value IS 142 (55.86% from 255) = 58.44%
R=2.06%
G=39.51%
B=58.44%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5961420.960.3200.44200.1593.228.82
Hex5608E602002Cc85d1d
Octal51402161404005431013535
Binary1011100000100011101100000100000010110011001000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05608E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,96,142); }

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

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

 a { background-color: rgb(5,96,142); }

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

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

 span { border-color: rgb(5,96,142); }

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