Html Css Color HEX #1473CD Navy Blue

📋 copy color: '#1473CD'

red 20 ◦ green 115 ◦ blue 205

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

Shades of Navy Blue #1473CD

Tints of Navy Blue #1473CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 60.29%

R = 5.88%
G = 33.82%
B = 60.29%

CMYK

 C value IS 0.90

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1473CD (or 0x1473CD) is known color: Navy Blue. HEX triplet: 14, 73 and CD. RGB value is (20,115,205). Sum of RGB (Red+Green+Blue) = 20+115+205=340 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.88% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 205 (80.47% from 255 or 60.29% from 340); Max value from RGB is 205 - color contains mainly: blue. Hex color #1473CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1473CD is #EB8C32. Grayscale: #606060. Windows color (decimal): -15436851 or 13464340. OLE color: 13464340.

HSL color Cylindrical-coordinate representation of color #1473CD: hue angle of 209.19º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1473CD is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 115 205 -
CMYK 0.90 0.44 0 0.20
HSL 209.19º 0.82% 0.44% -
HSV(B) 209.19º 0.9% 0.8% -
XYZ 17.44 16.82 60.08 -
YUV 96.86 189.03 73.18 -
System Red Green Blue C M Y K H S L
Decimal 20 115 205 0.90 0.44 0 0.20 209.19 0.82 0.44
Hex 14 73 CD 5A 2C 0 14 D1 52 2C
Octal 24 163 315 132 54 0 24 321 122 54
Binary 10100 1110011 11001101 1011010 101100 0 10100 11010001 1010010 101100

Color Harmonies of #1473CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1473CD

Black with #1473CD

Text Example


Text Example

White with #1473CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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