Html Css Color HEX #1471DC Navy Blue

📋 copy color: '#1471DC'

red 20 ◦ green 113 ◦ blue 220

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

Shades of Navy Blue #1471DC

Tints of Navy Blue #1471DC

RGB

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

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

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

R = 5.67%
G = 32.01%
B = 62.32%

CMYK

 C value IS 0.91

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1471DC (or 0x1471DC) is known color: Navy Blue. HEX triplet: 14, 71 and DC. RGB value is (20,113,220). Sum of RGB (Red+Green+Blue) = 20+113+220=353 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.67% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 220 (86.33% from 255 or 62.32% from 353); Max value from RGB is 220 - color contains mainly: blue. Hex color #1471DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1471DC is #EB8E23. Grayscale: #606060. Windows color (decimal): -15437348 or 14446868. OLE color: 14446868.

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

Color convert

RGB 20 113 220 -
CMYK 0.91 0.49 0 0.14
HSL 212.1º 0.83% 0.47% -
HSV(B) 212.1º 0.91% 0.86% -
XYZ 19.11 17.13 70.01 -
YUV 97.39 197.19 72.8 -
System Red Green Blue C M Y K H S L
Decimal 20 113 220 0.91 0.49 0 0.14 212.1 0.83 0.47
Hex 14 71 DC 5B 31 0 E D4 53 2F
Octal 24 161 334 133 61 0 16 324 123 57
Binary 10100 1110001 11011100 1011011 110001 0 1110 11010100 1010011 101111

Color Harmonies of #1471DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1471DC

Black with #1471DC

Text Example


Text Example

White with #1471DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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