Html Css Color HEX #005ABA Navy Blue

📋 copy color: '#005ABA'

red 0 ◦ green 90 ◦ blue 186

#005ABA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #005ABA

Tints of Navy Blue #005ABA

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 90 (35.55% from 255) = 32.61%

 BLUE value IS 186 (73.05% from 255) = 67.39%

R = 0%
G = 32.61%
B = 67.39%

CMYK

 C value IS 1

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#005ABA (or 0x005ABA) is known color: Navy Blue. HEX triplet: 00, 5A and BA. RGB value is (0,90,186). Sum of RGB (Red+Green+Blue) = 0+90+186=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 186 (73.05% from 255 or 67.39% from 276); Max value from RGB is 186 - color contains mainly: blue. Hex color #005ABA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005ABA is #FFA545. Grayscale: #494949. Windows color (decimal): -16753990 or 12212736. OLE color: 12212736.

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

Color convert

RGB 0 90 186 -
CMYK 1 0.52 0 0.27
HSL 210.97º 1% 0.36% -
HSV(B) 210.97º 1% 0.73% -
XYZ 12.52 10.86 47.89 -
YUV 74.03 191.18 75.19 -
System Red Green Blue C M Y K H S L
Decimal 0 90 186 1 0.52 0 0.27 210.97 1 0.36
Hex 0 5A BA 64 34 0 1B D3 64 24
Octal 0 132 272 144 64 0 33 323 144 44
Binary 0 1011010 10111010 1100100 110100 0 11011 11010011 1100100 100100

Color Harmonies of #005ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005ABA

Black with #005ABA

Text Example


Text Example

White with #005ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #005ABA;
 }
 .AnyTagClassName
 {
   color: #005ABA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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