#1470D3

Color #1470D3 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #1470D3

Tints of Navy Blue #1470D3

Color information

#1470D3 (or 0x1470D3) is unknown color: approx Navy Blue. HEX triplet: 14, 70 and D3. RGB value is (20,112,211). Sum of RGB (Red+Green+Blue) = 20+112+211=343 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.83% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 211 (82.81% from 255 or 61.52% from 343); Max value from RGB is 211 - color contains mainly: blue. Hex color #1470D3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1470D3 is #EB8F2C. Grayscale: #5F5F5F. Windows color (decimal): -15437613 or 13856788. OLE color: 13856788.

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

Color convert

RGB20112211-
CMYK0.910.4700.17
HSL211.1º82.68%45.29%-
HSV(B)211.1º90.52%82.75%-
XYZ17.8416.4463.86-
YUV95.78193.0273.95-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.83%
GREEN value IS 112 (44.14% from 255) = 32.65%
BLUE value IS 211 (82.81% from 255) = 61.52%
R=5.83%
G=32.65%
B=61.52%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal201122110.910.4700.17211.182.6845.29
Hex1470D35B2F011d3532d
Octal241603231335702132312355
Binary101001110000110100111011011101111010001110100111010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1470D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1470D3;
 }
 .AnyTagClassName
 {
   color: #1470D3;
 }
</style>
background-color css

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

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

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

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

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

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