#005A8C

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

Shades of Dark Cerulean #005A8C

Tints of Dark Cerulean #005A8C

Color information

#005A8C (or 0x005A8C) is unknown color: approx Dark Cerulean. HEX triplet: 00, 5A and 8C. RGB value is (0,90,140). Sum of RGB (Red+Green+Blue) = 0+90+140=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 90 (35.55% from 255 or 39.13% from 230); Blue value is 140 (55.08% from 255 or 60.87% from 230); Max value from RGB is 140 - color contains mainly: blue. Hex color #005A8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005A8C is #FFA573. Grayscale: #444444. Windows color (decimal): -16754036 or 9198080. OLE color: 9198080.

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

Color convert

RGB090140-
CMYK10.3600.45
HSL201.43º100%27.45%-
HSV(B)201.43º100%54.9%-
XYZ8.399.2126.15-
YUV68.79168.1878.93-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 90 (35.55% from 255) = 39.13%
BLUE value IS 140 (55.08% from 255) = 60.87%
R=0%
G=39.13%
B=60.87%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal09014010.3600.45201.4310027.45
Hex05A8C642402Dc9641b
Octal01322141444405531114433
Binary01011010100011001100100100100010110111001001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,90,140); }

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

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

 a { background-color: rgb(0,90,140); }

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

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

 span { border-color: rgb(0,90,140); }

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