Html Css Color HEX #1471CE Navy Blue

📋 copy color: '#1471CE'

red 20 ◦ green 113 ◦ blue 206

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

Shades of Navy Blue #1471CE

Tints of Navy Blue #1471CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 60.77%

R = 5.9%
G = 33.33%
B = 60.77%

CMYK

 C value IS 0.90

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1471CE (or 0x1471CE) is known color: Navy Blue. HEX triplet: 14, 71 and CE. RGB value is (20,113,206). Sum of RGB (Red+Green+Blue) = 20+113+206=339 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.90% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 206 (80.86% from 255 or 60.77% from 339); Max value from RGB is 206 - color contains mainly: blue. Hex color #1471CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1471CE is #EB8E31. Grayscale: #5F5F5F. Windows color (decimal): -15437362 or 13529364. OLE color: 13529364.

HSL color Cylindrical-coordinate representation of color #1471CE: hue angle of 210º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1471CE is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 113 206 -
CMYK 0.90 0.45 0 0.19
HSL 210º 0.82% 0.44% -
HSV(B) 210º 0.9% 0.81% -
XYZ 17.33 16.42 60.65 -
YUV 95.8 190.19 73.94 -
System Red Green Blue C M Y K H S L
Decimal 20 113 206 0.90 0.45 0 0.19 210 0.82 0.44
Hex 14 71 CE 5A 2D 0 13 D2 52 2C
Octal 24 161 316 132 55 0 23 322 122 54
Binary 10100 1110001 11001110 1011010 101101 0 10011 11010010 1010010 101100

Color Harmonies of #1471CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1471CE

Black with #1471CE

Text Example


Text Example

White with #1471CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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