Html Css Color HEX #005ABE Navy Blue

📋 copy color: '#005ABE'

red 0 ◦ green 90 ◦ blue 190

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

Shades of Navy Blue #005ABE

Tints of Navy Blue #005ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 67.86%

R = 0%
G = 32.14%
B = 67.86%

CMYK

 C value IS 1

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#005ABE (or 0x005ABE) is known color: Navy Blue. HEX triplet: 00, 5A and BE. RGB value is (0,90,190). Sum of RGB (Red+Green+Blue) = 0+90+190=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 90 (35.55% from 255 or 32.14% from 280); Blue value is 190 (74.61% from 255 or 67.86% from 280); Max value from RGB is 190 - color contains mainly: blue. Hex color #005ABE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005ABE is #FFA541. Grayscale: #4A4A4A. Windows color (decimal): -16753986 or 12474880. OLE color: 12474880.

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

Color convert

RGB 0 90 190 -
CMYK 1 0.53 0 0.25
HSL 211.58º 1% 0.37% -
HSV(B) 211.58º 1% 0.75% -
XYZ 12.95 11.03 50.16 -
YUV 74.49 193.18 74.87 -
System Red Green Blue C M Y K H S L
Decimal 0 90 190 1 0.53 0 0.25 211.58 1 0.37
Hex 0 5A BE 64 35 0 19 D4 64 25
Octal 0 132 276 144 65 0 31 324 144 45
Binary 0 1011010 10111110 1100100 110101 0 11001 11010100 1100100 100101

Color Harmonies of #005ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005ABE

Black with #005ABE

Text Example


Text Example

White with #005ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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