#1478D3

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

Shades of Navy Blue #1478D3

Tints of Navy Blue #1478D3

Color information

#1478D3 (or 0x1478D3) is unknown color: approx Navy Blue. HEX triplet: 14, 78 and D3. RGB value is (20,120,211). Sum of RGB (Red+Green+Blue) = 20+120+211=351 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.70% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 211 (82.81% from 255 or 60.11% from 351); Max value from RGB is 211 - color contains mainly: blue. Hex color #1478D3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1478D3 is #EB872C. Grayscale: #646464. Windows color (decimal): -15435565 or 13858836. OLE color: 13858836.

HSL color Cylindrical-coordinate representation of color #1478D3: hue angle of 208.59º 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 #1478D3 is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB20120211-
CMYK0.910.4300.17
HSL208.59º82.68%45.29%-
HSV(B)208.59º90.52%82.75%-
XYZ18.7618.2864.17-
YUV100.47190.3770.6-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.70%
GREEN value IS 120 (47.27% from 255) = 34.19%
BLUE value IS 211 (82.81% from 255) = 60.11%
R=5.70%
G=34.19%
B=60.11%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal201202110.910.4300.17208.5982.6845.29
Hex1478D35B2B011d1532d
Octal241703231335302132112355
Binary101001111000110100111011011101011010001110100011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1478D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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