#1473DB

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

Shades of Navy Blue #1473DB

Tints of Navy Blue #1473DB

Color information

#1473DB (or 0x1473DB) is unknown color: approx Navy Blue. HEX triplet: 14, 73 and DB. RGB value is (20,115,219). Sum of RGB (Red+Green+Blue) = 20+115+219=354 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.65% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 219 (85.94% from 255 or 61.86% from 354); Max value from RGB is 219 - color contains mainly: blue. Hex color #1473DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1473DB is #EB8C24. Grayscale: #616161. Windows color (decimal): -15436837 or 14381844. OLE color: 14381844.

HSL color Cylindrical-coordinate representation of color #1473DB: hue angle of 211.36º 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 #1473DB is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20115219-
CMYK0.910.4700.14
HSL211.36º83.26%46.86%-
HSV(B)211.36º90.87%85.88%-
XYZ19.2117.5269.39-
YUV98.45196.0372.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.65%
GREEN value IS 115 (45.31% from 255) = 32.49%
BLUE value IS 219 (85.94% from 255) = 61.86%
R=5.65%
G=32.49%
B=61.86%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal201152190.910.4700.14211.3683.2646.86
Hex1473DB5B2F0Ed3532f
Octal241633331335701632312357
Binary10100111001111011011101101110111101110110100111010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1473DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1473DB; }

 p { color: rgb(20,115,219); }

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

<style>
 a { background-color: #1473DB; }

 a { background-color: rgb(20,115,219); }

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

<style>
 span { border-color: #1473DB; }

 span { border-color: rgb(20,115,219); }

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