Html Css Color HEX #005DD9 Navy Blue

📋 copy color: '#005DD9'

red 0 ◦ green 93 ◦ blue 217

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

Shades of Navy Blue #005DD9

Tints of Navy Blue #005DD9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30%

 BLUE value IS 217 (85.16% from 255) = 70%

R = 0%
G = 30%
B = 70%

CMYK

 C value IS 1

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#005DD9 (or 0x005DD9) is known color: Navy Blue. HEX triplet: 00, 5D and D9. RGB value is (0,93,217). Sum of RGB (Red+Green+Blue) = 0+93+217=310 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 217 (85.16% from 255 or 70% from 310); Max value from RGB is 217 - color contains mainly: blue. Hex color #005DD9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005DD9 is #FFA226. Grayscale: #4E4E4E. Windows color (decimal): -16753191 or 14245120. OLE color: 14245120.

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

Color convert

RGB 0 93 217 -
CMYK 1 0.57 0 0.15
HSL 214.29º 1% 0.43% -
HSV(B) 214.29º 1% 0.85% -
XYZ 16.44 12.84 67.26 -
YUV 79.33 205.69 71.42 -
System Red Green Blue C M Y K H S L
Decimal 0 93 217 1 0.57 0 0.15 214.29 1 0.43
Hex 0 5D D9 64 39 0 F D6 64 2B
Octal 0 135 331 144 71 0 17 326 144 53
Binary 0 1011101 11011001 1100100 111001 0 1111 11010110 1100100 101011

Color Harmonies of #005DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005DD9

Black with #005DD9

Text Example


Text Example

White with #005DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,93,217); }

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

background-color css

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

 a { background-color: rgb(0,93,217); }

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

border-color css

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

 span { border-color: rgb(0,93,217); }

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