Html Css Color HEX #1470CD Navy Blue

📋 copy color: '#1470CD'

red 20 ◦ green 112 ◦ blue 205

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

Shades of Navy Blue #1470CD

Tints of Navy Blue #1470CD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.23%

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

R = 5.93%
G = 33.23%
B = 60.83%

CMYK

 C value IS 0.90

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1470CD (or 0x1470CD) is known color: Navy Blue. HEX triplet: 14, 70 and CD. RGB value is (20,112,205). Sum of RGB (Red+Green+Blue) = 20+112+205=337 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.93% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 205 (80.47% from 255 or 60.83% from 337); Max value from RGB is 205 - color contains mainly: blue. Hex color #1470CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1470CD is #EB8F32. Grayscale: #5E5E5E. Windows color (decimal): -15437619 or 13463572. OLE color: 13463572.

HSL color Cylindrical-coordinate representation of color #1470CD: hue angle of 210.16º 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 #1470CD is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 112 205 -
CMYK 0.90 0.45 0 0.20
HSL 210.16º 0.82% 0.44% -
HSV(B) 210.16º 0.9% 0.8% -
XYZ 17.1 16.14 59.97 -
YUV 95.09 190.02 74.44 -
System Red Green Blue C M Y K H S L
Decimal 20 112 205 0.90 0.45 0 0.20 210.16 0.82 0.44
Hex 14 70 CD 5A 2D 0 14 D2 52 2C
Octal 24 160 315 132 55 0 24 322 122 54
Binary 10100 1110000 11001101 1011010 101101 0 10100 11010010 1010010 101100

Color Harmonies of #1470CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1470CD

Black with #1470CD

Text Example


Text Example

White with #1470CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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