#1482DB

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

Shades of Navy Blue #1482DB

Tints of Navy Blue #1482DB

Color information

#1482DB (or 0x1482DB) is unknown color: approx Navy Blue. HEX triplet: 14, 82 and DB. RGB value is (20,130,219). Sum of RGB (Red+Green+Blue) = 20+130+219=369 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.42% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #1482DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1482DB is #EB7D24. Grayscale: #6A6A6A. Windows color (decimal): -15432997 or 14385684. OLE color: 14385684.

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

Color convert

RGB20130219-
CMYK0.910.4100.14
HSL206.83º83.26%46.86%-
HSV(B)206.83º90.87%85.88%-
XYZ21.0621.2370.01-
YUV107.26191.0665.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.42%
GREEN value IS 130 (51.17% from 255) = 35.23%
BLUE value IS 219 (85.94% from 255) = 59.35%
R=5.42%
G=35.23%
B=59.35%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal201302190.910.4100.14206.8383.2646.86
Hex1482DB5B290Ecf532f
Octal242023331335101631712357
Binary101001000001011011011101101110100101110110011111010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1482DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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