Html Css Color HEX #1471DE Navy Blue

📋 copy color: '#1471DE'

red 20 ◦ green 113 ◦ blue 222

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

Shades of Navy Blue #1471DE

Tints of Navy Blue #1471DE

RGB

 RED value IS 20 (8.2% from 255) = 5.63%

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

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

R = 5.63%
G = 31.83%
B = 62.54%

CMYK

 C value IS 0.91

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1471DE (or 0x1471DE) is known color: Navy Blue. HEX triplet: 14, 71 and DE. RGB value is (20,113,222). Sum of RGB (Red+Green+Blue) = 20+113+222=355 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.63% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 222 (87.11% from 255 or 62.54% from 355); Max value from RGB is 222 - color contains mainly: blue. Hex color #1471DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1471DE is #EB8E21. Grayscale: #616161. Windows color (decimal): -15437346 or 14577940. OLE color: 14577940.

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

Color convert

RGB 20 113 222 -
CMYK 0.91 0.49 0 0.13
HSL 212.38º 0.83% 0.47% -
HSV(B) 212.38º 0.91% 0.87% -
XYZ 19.38 17.23 71.41 -
YUV 97.62 198.19 72.64 -
System Red Green Blue C M Y K H S L
Decimal 20 113 222 0.91 0.49 0 0.13 212.38 0.83 0.47
Hex 14 71 DE 5B 31 0 D D4 53 2F
Octal 24 161 336 133 61 0 15 324 123 57
Binary 10100 1110001 11011110 1011011 110001 0 1101 11010100 1010011 101111

Color Harmonies of #1471DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1471DE

Black with #1471DE

Text Example


Text Example

White with #1471DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1471DE; }

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

 H1.HeaderClassName
 {
   color: #1471DE;
 }
 .AnyTagClassName
 {
   color: #1471DE;
 }
</style>

background-color css

<style>
 a { background-color: #1471DE; }

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

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

border-color css

<style>
 span { border-color: #1471DE; }

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

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