#005e8a

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

Shades of Dark Cerulean #005E8A

Tints of Dark Cerulean #005E8A

Color information

#005E8A (or 0x005E8A) is unknown color: approx Dark Cerulean. HEX triplet: 00, 5E and 8A. RGB value is (0,94,138). Sum of RGB (Red+Green+Blue) = 0+94+138=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 94 (37.11% from 255 or 40.52% from 232); Blue value is 138 (54.30% from 255 or 59.48% from 232); Max value from RGB is 138 - color contains mainly: blue. Hex color #005E8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005E8A is #FFA175. Grayscale: #464646. Windows color (decimal): -16753014 or 9068032. OLE color: 9068032.

HSL color Cylindrical-coordinate representation of color #005E8A: hue angle of 199.13º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005E8A is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB094138-
CMYK10.3200.46
HSL199.13º100%27.06%-
HSV(B)199.13º100%54.12%-
XYZ8.599.8425.49-
YUV70.91165.8677.42-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 94 (37.11% from 255) = 40.52%
BLUE value IS 138 (54.30% from 255) = 59.48%
R=0%
G=40.52%
B=59.48%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal09413810.3200.46199.1310027.06
Hex05E8A642002Ec7641b
Octal01362121444005630714433
Binary01011110100010101100100100000010111011000111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005e8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005e8a; }

 p { color: rgb(0,94,138); }

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

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

 a { background-color: rgb(0,94,138); }

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

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

 span { border-color: rgb(0,94,138); }

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