#005ABD

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

Shades of Navy Blue #005ABD

Tints of Navy Blue #005ABD

Color information

#005ABD (or 0x005ABD) is unknown color: approx Navy Blue. HEX triplet: 00, 5A and BD. RGB value is (0,90,189). Sum of RGB (Red+Green+Blue) = 0+90+189=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 189 (74.22% from 255 or 67.74% from 279); Max value from RGB is 189 - color contains mainly: blue. Hex color #005ABD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005ABD is #FFA542. Grayscale: #494949. Windows color (decimal): -16753987 or 12409344. OLE color: 12409344.

HSL color Cylindrical-coordinate representation of color #005ABD: hue angle of 211.43º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005ABD is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB090189-
CMYK10.5200.26
HSL211.43º100%37.06%-
HSV(B)211.43º100%74.12%-
XYZ12.8410.9949.59-
YUV74.38192.6874.95-

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) = 32.26%
BLUE value IS 189 (74.22% from 255) = 67.74%
R=0%
G=32.26%
B=67.74%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal09018910.5200.26211.4310037.06
Hex05ABD643401Ad36425
Octal01322751446403232314445
Binary01011010101111011100100110100011010110100111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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