Html Css Color HEX #005ADB Navy Blue

📋 copy color: '#005ADB'

red 0 ◦ green 90 ◦ blue 219

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

Shades of Navy Blue #005ADB

Tints of Navy Blue #005ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 70.87%

R = 0%
G = 29.13%
B = 70.87%

CMYK

 C value IS 1

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#005ADB (or 0x005ADB) is known color: Navy Blue. HEX triplet: 00, 5A and DB. RGB value is (0,90,219). Sum of RGB (Red+Green+Blue) = 0+90+219=309 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 219 (85.94% from 255 or 70.87% from 309); Max value from RGB is 219 - color contains mainly: blue. Hex color #005ADB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005ADB is #FFA524. Grayscale: #4D4D4D. Windows color (decimal): -16753957 or 14375424. OLE color: 14375424.

HSL color Cylindrical-coordinate representation of color #005ADB: hue angle of 215.34º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005ADB is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 90 219 -
CMYK 1 0.59 0 0.14
HSL 215.34º 1% 0.43% -
HSV(B) 215.34º 1% 0.86% -
XYZ 16.44 12.43 68.55 -
YUV 77.8 207.68 72.51 -
System Red Green Blue C M Y K H S L
Decimal 0 90 219 1 0.59 0 0.14 215.34 1 0.43
Hex 0 5A DB 64 3B 0 E D7 64 2B
Octal 0 132 333 144 73 0 16 327 144 53
Binary 0 1011010 11011011 1100100 111011 0 1110 11010111 1100100 101011

Color Harmonies of #005ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005ADB

Black with #005ADB

Text Example


Text Example

White with #005ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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