Html Css Color HEX #005DDC Navy Blue

📋 copy color: '#005DDC'

red 0 ◦ green 93 ◦ blue 220

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

Shades of Navy Blue #005DDC

Tints of Navy Blue #005DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 70.29%

R = 0%
G = 29.71%
B = 70.29%

CMYK

 C value IS 1

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#005DDC (or 0x005DDC) is known color: Navy Blue. HEX triplet: 00, 5D and DC. RGB value is (0,93,220). Sum of RGB (Red+Green+Blue) = 0+93+220=313 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 220 (86.33% from 255 or 70.29% from 313); Max value from RGB is 220 - color contains mainly: blue. Hex color #005DDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005DDC is #FFA223. Grayscale: #4F4F4F. Windows color (decimal): -16753188 or 14441728. OLE color: 14441728.

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

Color convert

RGB 0 93 220 -
CMYK 1 0.58 0 0.14
HSL 214.64º 1% 0.43% -
HSV(B) 214.64º 1% 0.86% -
XYZ 16.83 13 69.33 -
YUV 79.67 207.19 71.17 -
System Red Green Blue C M Y K H S L
Decimal 0 93 220 1 0.58 0 0.14 214.64 1 0.43
Hex 0 5D DC 64 3A 0 E D7 64 2B
Octal 0 135 334 144 72 0 16 327 144 53
Binary 0 1011101 11011100 1100100 111010 0 1110 11010111 1100100 101011

Color Harmonies of #005DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005DDC

Black with #005DDC

Text Example


Text Example

White with #005DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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