Html Css Color HEX #005FDE Navy Blue

📋 copy color: '#005FDE'

red 0 ◦ green 95 ◦ blue 222

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

Shades of Navy Blue #005FDE

Tints of Navy Blue #005FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 70.03%

R = 0%
G = 29.97%
B = 70.03%

CMYK

 C value IS 1

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#005FDE (or 0x005FDE) is known color: Navy Blue. HEX triplet: 00, 5F and DE. RGB value is (0,95,222). Sum of RGB (Red+Green+Blue) = 0+95+222=317 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 317); Green value is 95 (37.5% from 255 or 29.97% from 317); Blue value is 222 (87.11% from 255 or 70.03% from 317); Max value from RGB is 222 - color contains mainly: blue. Hex color #005FDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005FDE is #FFA021. Grayscale: #505050. Windows color (decimal): -16752674 or 14573312. OLE color: 14573312.

HSL color Cylindrical-coordinate representation of color #005FDE: hue angle of 214.32º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005FDE is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 95 222 -
CMYK 1 0.57 0 0.13
HSL 214.32º 1% 0.44% -
HSV(B) 214.32º 1% 0.87% -
XYZ 17.28 13.46 70.79 -
YUV 81.07 207.53 70.17 -
System Red Green Blue C M Y K H S L
Decimal 0 95 222 1 0.57 0 0.13 214.32 1 0.44
Hex 0 5F DE 64 39 0 D D6 64 2C
Octal 0 137 336 144 71 0 15 326 144 54
Binary 0 1011111 11011110 1100100 111001 0 1101 11010110 1100100 101100

Color Harmonies of #005FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005FDE

Black with #005FDE

Text Example


Text Example

White with #005FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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