#1580D0

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

Shades of Navy Blue #1580D0

Tints of Navy Blue #1580D0

Color information

#1580D0 (or 0x1580D0) is unknown color: approx Navy Blue. HEX triplet: 15, 80 and D0. RGB value is (21,128,208). Sum of RGB (Red+Green+Blue) = 21+128+208=357 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.88% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 208 (81.64% from 255 or 58.26% from 357); Max value from RGB is 208 - color contains mainly: blue. Hex color #1580D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1580D0 is #EA7F2F. Grayscale: #686868. Windows color (decimal): -15367984 or 13664277. OLE color: 13664277.

HSL color Cylindrical-coordinate representation of color #1580D0: hue angle of 205.67º 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 #1580D0 is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB21128208-
CMYK0.900.3800.18
HSL205.67º81.66%44.9%-
HSV(B)205.67º89.9%81.57%-
XYZ19.4120.1562.54-
YUV105.13186.0568-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.88%
GREEN value IS 128 (50.39% from 255) = 35.85%
BLUE value IS 208 (81.64% from 255) = 58.26%
R=5.88%
G=35.85%
B=58.26%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal211282080.900.3800.18205.6781.6644.9
Hex1580D05A26012ce522d
Octal252003201324602231612255
Binary1010110000000110100001011010100110010010110011101010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1580D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,128,208); }

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

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

 a { background-color: rgb(21,128,208); }

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

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

 span { border-color: rgb(21,128,208); }

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