Html Css Color HEX #005ABB Navy Blue

📋 copy color: '#005ABB'

red 0 ◦ green 90 ◦ blue 187

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

Shades of Navy Blue #005ABB

Tints of Navy Blue #005ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 67.51%

R = 0%
G = 32.49%
B = 67.51%

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

#005ABB (or 0x005ABB) is known color: Navy Blue. HEX triplet: 00, 5A and BB. RGB value is (0,90,187). Sum of RGB (Red+Green+Blue) = 0+90+187=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 187 (73.44% from 255 or 67.51% from 277); Max value from RGB is 187 - color contains mainly: blue. Hex color #005ABB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005ABB is #FFA544. Grayscale: #494949. Windows color (decimal): -16753989 or 12278272. OLE color: 12278272.

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

Color convert

RGB 0 90 187 -
CMYK 1 0.52 0 0.27
HSL 211.12º 1% 0.37% -
HSV(B) 211.12º 1% 0.73% -
XYZ 12.63 10.9 48.45 -
YUV 74.15 191.68 75.11 -
System Red Green Blue C M Y K H S L
Decimal 0 90 187 1 0.52 0 0.27 211.12 1 0.37
Hex 0 5A BB 64 34 0 1B D3 64 25
Octal 0 132 273 144 64 0 33 323 144 45
Binary 0 1011010 10111011 1100100 110100 0 11011 11010011 1100100 100101

Color Harmonies of #005ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005ABB

Black with #005ABB

Text Example


Text Example

White with #005ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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