Html Css Color HEX #005DDA Navy Blue

📋 copy color: '#005DDA'

red 0 ◦ green 93 ◦ blue 218

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

Shades of Navy Blue #005DDA

Tints of Navy Blue #005DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 70.1%

R = 0%
G = 29.9%
B = 70.1%

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

#005DDA (or 0x005DDA) is known color: Navy Blue. HEX triplet: 00, 5D and DA. RGB value is (0,93,218). Sum of RGB (Red+Green+Blue) = 0+93+218=311 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 311); Green value is 93 (36.72% from 255 or 29.90% from 311); Blue value is 218 (85.55% from 255 or 70.10% from 311); Max value from RGB is 218 - color contains mainly: blue. Hex color #005DDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005DDA is #FFA225. Grayscale: #4E4E4E. Windows color (decimal): -16753190 or 14310656. OLE color: 14310656.

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

Color convert

RGB 0 93 218 -
CMYK 1 0.57 0 0.15
HSL 214.4º 1% 0.43% -
HSV(B) 214.4º 1% 0.85% -
XYZ 16.57 12.89 67.94 -
YUV 79.44 206.19 71.34 -
System Red Green Blue C M Y K H S L
Decimal 0 93 218 1 0.57 0 0.15 214.4 1 0.43
Hex 0 5D DA 64 39 0 F D6 64 2B
Octal 0 135 332 144 71 0 17 326 144 53
Binary 0 1011101 11011010 1100100 111001 0 1111 11010110 1100100 101011

Color Harmonies of #005DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005DDA

Black with #005DDA

Text Example


Text Example

White with #005DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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