Html Css Color HEX #1473CE Navy Blue

📋 copy color: '#1473CE'

red 20 ◦ green 115 ◦ blue 206

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

Shades of Navy Blue #1473CE

Tints of Navy Blue #1473CE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.72%

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

R = 5.87%
G = 33.72%
B = 60.41%

CMYK

 C value IS 0.90

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1473CE (or 0x1473CE) is known color: Navy Blue. HEX triplet: 14, 73 and CE. RGB value is (20,115,206). Sum of RGB (Red+Green+Blue) = 20+115+206=341 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.87% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 206 (80.86% from 255 or 60.41% from 341); Max value from RGB is 206 - color contains mainly: blue. Hex color #1473CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1473CE is #EB8C31. Grayscale: #606060. Windows color (decimal): -15436850 or 13529876. OLE color: 13529876.

HSL color Cylindrical-coordinate representation of color #1473CE: hue angle of 209.35º 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 #1473CE is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 115 206 -
CMYK 0.90 0.44 0 0.19
HSL 209.35º 0.82% 0.44% -
HSV(B) 209.35º 0.9% 0.81% -
XYZ 17.56 16.87 60.72 -
YUV 96.97 189.53 73.1 -
System Red Green Blue C M Y K H S L
Decimal 20 115 206 0.90 0.44 0 0.19 209.35 0.82 0.44
Hex 14 73 CE 5A 2C 0 13 D1 52 2C
Octal 24 163 316 132 54 0 23 321 122 54
Binary 10100 1110011 11001110 1011010 101100 0 10011 11010001 1010010 101100

Color Harmonies of #1473CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1473CE

Black with #1473CE

Text Example


Text Example

White with #1473CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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