#005A8A

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

Shades of Dark Cerulean #005A8A

Tints of Dark Cerulean #005A8A

Color information

#005A8A (or 0x005A8A) is unknown color: approx Dark Cerulean. HEX triplet: 00, 5A and 8A. RGB value is (0,90,138). Sum of RGB (Red+Green+Blue) = 0+90+138=228 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 228); Green value is 90 (35.55% from 255 or 39.47% from 228); Blue value is 138 (54.30% from 255 or 60.53% from 228); Max value from RGB is 138 - color contains mainly: blue. Hex color #005A8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005A8A is #FFA575. Grayscale: #444444. Windows color (decimal): -16754038 or 9067008. OLE color: 9067008.

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

Color convert

RGB090138-
CMYK10.3500.46
HSL200.87º100%27.06%-
HSV(B)200.87º100%54.12%-
XYZ8.249.1525.38-
YUV68.56167.1879.1-

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.47%
BLUE value IS 138 (54.30% from 255) = 60.53%
R=0%
G=39.47%
B=60.53%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal09013810.3500.46200.8710027.06
Hex05A8A642302Ec9641b
Octal01322121444305631114433
Binary01011010100010101100100100011010111011001001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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