Html Css Color HEX #1473CF Navy Blue

📋 copy color: '#1473CF'

red 20 ◦ green 115 ◦ blue 207

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

Shades of Navy Blue #1473CF

Tints of Navy Blue #1473CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 60.53%

R = 5.85%
G = 33.63%
B = 60.53%

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

#1473CF (or 0x1473CF) is known color: Navy Blue. HEX triplet: 14, 73 and CF. RGB value is (20,115,207). Sum of RGB (Red+Green+Blue) = 20+115+207=342 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.85% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 207 (81.25% from 255 or 60.53% from 342); Max value from RGB is 207 - color contains mainly: blue. Hex color #1473CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1473CF is #EB8C30. Grayscale: #606060. Windows color (decimal): -15436849 or 13595412. OLE color: 13595412.

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

Color convert

RGB 20 115 207 -
CMYK 0.90 0.44 0 0.19
HSL 209.52º 0.82% 0.45% -
HSV(B) 209.52º 0.9% 0.81% -
XYZ 17.68 16.92 61.36 -
YUV 97.08 190.03 73.02 -
System Red Green Blue C M Y K H S L
Decimal 20 115 207 0.90 0.44 0 0.19 209.52 0.82 0.45
Hex 14 73 CF 5A 2C 0 13 D2 52 2D
Octal 24 163 317 132 54 0 23 322 122 55
Binary 10100 1110011 11001111 1011010 101100 0 10011 11010010 1010010 101101

Color Harmonies of #1473CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1473CF

Black with #1473CF

Text Example


Text Example

White with #1473CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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