Html Css Color HEX #005DCD Navy Blue

📋 copy color: '#005DCD'

red 0 ◦ green 93 ◦ blue 205

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

Shades of Navy Blue #005DCD

Tints of Navy Blue #005DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 68.79%

R = 0%
G = 31.21%
B = 68.79%

CMYK

 C value IS 1

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#005DCD (or 0x005DCD) is known color: Navy Blue. HEX triplet: 00, 5D and CD. RGB value is (0,93,205). Sum of RGB (Red+Green+Blue) = 0+93+205=298 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 205 (80.47% from 255 or 68.79% from 298); Max value from RGB is 205 - color contains mainly: blue. Hex color #005DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005DCD is #FFA232. Grayscale: #4D4D4D. Windows color (decimal): -16753203 or 13458688. OLE color: 13458688.

HSL color Cylindrical-coordinate representation of color #005DCD: hue angle of 212.78º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005DCD is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 93 205 -
CMYK 1 0.55 0 0.20
HSL 212.78º 1% 0.4% -
HSV(B) 212.78º 1% 0.8% -
XYZ 14.93 12.24 59.33 -
YUV 77.96 199.69 72.39 -
System Red Green Blue C M Y K H S L
Decimal 0 93 205 1 0.55 0 0.20 212.78 1 0.4
Hex 0 5D CD 64 37 0 14 D5 64 28
Octal 0 135 315 144 67 0 24 325 144 50
Binary 0 1011101 11001101 1100100 110111 0 10100 11010101 1100100 101000

Color Harmonies of #005DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005DCD

Black with #005DCD

Text Example


Text Example

White with #005DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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