#005A89

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

Shades of Dark Cerulean #005A89

Tints of Dark Cerulean #005A89

Color information

#005A89 (or 0x005A89) is unknown color: approx Dark Cerulean. HEX triplet: 00, 5A and 89. RGB value is (0,90,137). Sum of RGB (Red+Green+Blue) = 0+90+137=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 90 (35.55% from 255 or 39.65% from 227); Blue value is 137 (53.91% from 255 or 60.35% from 227); Max value from RGB is 137 - color contains mainly: blue. Hex color #005A89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005A89 is #FFA576. Grayscale: #444444. Windows color (decimal): -16754039 or 9001472. OLE color: 9001472.

HSL color Cylindrical-coordinate representation of color #005A89: hue angle of 200.58º 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 #005A89 is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB090137-
CMYK10.3400.46
HSL200.58º100%26.86%-
HSV(B)200.58º100%53.73%-
XYZ8.179.1225-
YUV68.45166.6879.18-

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.65%
BLUE value IS 137 (53.91% from 255) = 60.35%
R=0%
G=39.65%
B=60.35%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal09013710.3400.46200.5810026.86
Hex05A89642202Ec9641b
Octal01322111444205631114433
Binary01011010100010011100100100010010111011001001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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