#1472D0

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

Shades of Navy Blue #1472D0

Tints of Navy Blue #1472D0

Color information

#1472D0 (or 0x1472D0) is unknown color: approx Navy Blue. HEX triplet: 14, 72 and D0. RGB value is (20,114,208). Sum of RGB (Red+Green+Blue) = 20+114+208=342 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.85% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 208 (81.64% from 255 or 60.82% from 342); Max value from RGB is 208 - color contains mainly: blue. Hex color #1472D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1472D0 is #EB8D2F. Grayscale: #606060. Windows color (decimal): -15437104 or 13660692. OLE color: 13660692.

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

Color convert

RGB20114208-
CMYK0.900.4500.18
HSL210º82.46%44.71%-
HSV(B)210º90.38%81.57%-
XYZ17.6916.7461.97-
YUV96.61190.8673.36-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.85%
GREEN value IS 114 (44.92% from 255) = 33.33%
BLUE value IS 208 (81.64% from 255) = 60.82%
R=5.85%
G=33.33%
B=60.82%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal201142080.900.4500.1821082.4644.71
Hex1472D05A2D012d2522d
Octal241623201325502232212255
Binary101001110010110100001011010101101010010110100101010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1472D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1472D0; }

 p { color: rgb(20,114,208); }

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

<style>
 a { background-color: #1472D0; }

 a { background-color: rgb(20,114,208); }

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

<style>
 span { border-color: #1472D0; }

 span { border-color: rgb(20,114,208); }

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