#005ac8

Color #005AC8 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #005AC8

Tints of Navy Blue #005AC8

Color information

#005AC8 (or 0x005AC8) is unknown color: approx Navy Blue. HEX triplet: 00, 5A and C8. RGB value is (0,90,200). Sum of RGB (Red+Green+Blue) = 0+90+200=290 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 290); Green value is 90 (35.55% from 255 or 31.03% from 290); Blue value is 200 (78.52% from 255 or 68.97% from 290); Max value from RGB is 200 - color contains mainly: blue. Hex color #005AC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005AC8 is #FFA537. Grayscale: #4B4B4B. Windows color (decimal): -16753976 or 13130240. OLE color: 13130240.

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

Color convert

RGB090200-
CMYK10.5500.22
HSL213º100%39.22%-
HSV(B)213º100%78.43%-
XYZ14.0811.4856.12-
YUV75.63198.1874.06-

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) = 31.03%
BLUE value IS 200 (78.52% from 255) = 68.97%
R=0%
G=31.03%
B=68.97%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal09020010.5500.2221310039.22
Hex05AC86437016d56427
Octal01323101446702632514447
Binary01011010110010001100100110111010110110101011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005ac8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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