Html Css Color HEX #1471D6 Navy Blue

📋 copy color: '#1471D6'

red 20 ◦ green 113 ◦ blue 214

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

Shades of Navy Blue #1471D6

Tints of Navy Blue #1471D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 61.67%

R = 5.76%
G = 32.56%
B = 61.67%

CMYK

 C value IS 0.91

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1471D6 (or 0x1471D6) is known color: Navy Blue. HEX triplet: 14, 71 and D6. RGB value is (20,113,214). Sum of RGB (Red+Green+Blue) = 20+113+214=347 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.76% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 214 (83.98% from 255 or 61.67% from 347); Max value from RGB is 214 - color contains mainly: blue. Hex color #1471D6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1471D6 is #EB8E29. Grayscale: #606060. Windows color (decimal): -15437354 or 14053652. OLE color: 14053652.

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

Color convert

RGB 20 113 214 -
CMYK 0.91 0.47 0 0.16
HSL 211.24º 0.83% 0.46% -
HSV(B) 211.24º 0.91% 0.84% -
XYZ 18.33 16.81 65.9 -
YUV 96.71 194.19 73.29 -
System Red Green Blue C M Y K H S L
Decimal 20 113 214 0.91 0.47 0 0.16 211.24 0.83 0.46
Hex 14 71 D6 5B 2F 0 10 D3 53 2E
Octal 24 161 326 133 57 0 20 323 123 56
Binary 10100 1110001 11010110 1011011 101111 0 10000 11010011 1010011 101110

Color Harmonies of #1471D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1471D6

Black with #1471D6

Text Example


Text Example

White with #1471D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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