Html Css Color HEX #005FDB Navy Blue

📋 copy color: '#005FDB'

red 0 ◦ green 95 ◦ blue 219

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

Shades of Navy Blue #005FDB

Tints of Navy Blue #005FDB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.25%

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

R = 0%
G = 30.25%
B = 69.75%

CMYK

 C value IS 1

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#005FDB (or 0x005FDB) is known color: Navy Blue. HEX triplet: 00, 5F and DB. RGB value is (0,95,219). Sum of RGB (Red+Green+Blue) = 0+95+219=314 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 314); Green value is 95 (37.5% from 255 or 30.25% from 314); Blue value is 219 (85.94% from 255 or 69.75% from 314); Max value from RGB is 219 - color contains mainly: blue. Hex color #005FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005FDB is #FFA024. Grayscale: #505050. Windows color (decimal): -16752677 or 14376704. OLE color: 14376704.

HSL color Cylindrical-coordinate representation of color #005FDB: hue angle of 213.97º 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 #005FDB is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 95 219 -
CMYK 1 0.57 0 0.14
HSL 213.97º 1% 0.43% -
HSV(B) 213.97º 1% 0.86% -
XYZ 16.88 13.3 68.7 -
YUV 80.73 206.03 70.42 -
System Red Green Blue C M Y K H S L
Decimal 0 95 219 1 0.57 0 0.14 213.97 1 0.43
Hex 0 5F DB 64 39 0 E D6 64 2B
Octal 0 137 333 144 71 0 16 326 144 53
Binary 0 1011111 11011011 1100100 111001 0 1110 11010110 1100100 101011

Color Harmonies of #005FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005FDB

Black with #005FDB

Text Example


Text Example

White with #005FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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