Html Css Color HEX #1470DC Navy Blue

📋 copy color: '#1470DC'

red 20 ◦ green 112 ◦ blue 220

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

Shades of Navy Blue #1470DC

Tints of Navy Blue #1470DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 62.5%

R = 5.68%
G = 31.82%
B = 62.5%

CMYK

 C value IS 0.91

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1470DC (or 0x1470DC) is known color: Navy Blue. HEX triplet: 14, 70 and DC. RGB value is (20,112,220). Sum of RGB (Red+Green+Blue) = 20+112+220=352 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.68% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 220 (86.33% from 255 or 62.5% from 352); Max value from RGB is 220 - color contains mainly: blue. Hex color #1470DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1470DC is #EB8F23. Grayscale: #606060. Windows color (decimal): -15437604 or 14446612. OLE color: 14446612.

HSL color Cylindrical-coordinate representation of color #1470DC: hue angle of 212.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1470DC is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 112 220 -
CMYK 0.91 0.49 0 0.14
HSL 212.4º 0.83% 0.47% -
HSV(B) 212.4º 0.91% 0.86% -
XYZ 19 16.9 69.97 -
YUV 96.8 197.52 73.22 -
System Red Green Blue C M Y K H S L
Decimal 20 112 220 0.91 0.49 0 0.14 212.4 0.83 0.47
Hex 14 70 DC 5B 31 0 E D4 53 2F
Octal 24 160 334 133 61 0 16 324 123 57
Binary 10100 1110000 11011100 1011011 110001 0 1110 11010100 1010011 101111

Color Harmonies of #1470DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1470DC

Black with #1470DC

Text Example


Text Example

White with #1470DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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