Html Css Color HEX #1D71DE Navy Blue

📋 copy color: '#1D71DE'

red 29 ◦ green 113 ◦ blue 222

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

Shades of Navy Blue #1D71DE

Tints of Navy Blue #1D71DE

RGB

 RED value IS 29 (11.72% from 255) = 7.97%

 GREEN value IS 113 (44.53% from 255) = 31.04%

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

R = 7.97%
G = 31.04%
B = 60.99%

CMYK

 C value IS 0.87

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1D71DE (or 0x1D71DE) is known color: Navy Blue. HEX triplet: 1D, 71 and DE. RGB value is (29,113,222). Sum of RGB (Red+Green+Blue) = 29+113+222=364 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.97% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 222 (87.11% from 255 or 60.99% from 364); Max value from RGB is 222 - color contains mainly: blue. Hex color #1D71DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D71DE is #E28E21. Grayscale: #636363. Windows color (decimal): -14847522 or 14577949. OLE color: 14577949.

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

Color convert

RGB 29 113 222 -
CMYK 0.87 0.49 0 0.13
HSL 213.89º 0.77% 0.49% -
HSV(B) 213.89º 0.87% 0.87% -
XYZ 19.6 17.35 71.42 -
YUV 100.31 196.67 77.14 -
System Red Green Blue C M Y K H S L
Decimal 29 113 222 0.87 0.49 0 0.13 213.89 0.77 0.49
Hex 1D 71 DE 57 31 0 D D6 4D 31
Octal 35 161 336 127 61 0 15 326 115 61
Binary 11101 1110001 11011110 1010111 110001 0 1101 11010110 1001101 110001

Color Harmonies of #1D71DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D71DE

Black with #1D71DE

Text Example


Text Example

White with #1D71DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D71DE; }

 p { color: rgb(29,113,222); }

 H1.HeaderClassName
 {
   color: #1D71DE;
 }
 .AnyTagClassName
 {
   color: #1D71DE;
 }
</style>

background-color css

<style>
 a { background-color: #1D71DE; }

 a { background-color: rgb(29,113,222); }

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

border-color css

<style>
 span { border-color: #1D71DE; }

 span { border-color: rgb(29,113,222); }

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