#1580CA

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

Shades of Navy Blue #1580CA

Tints of Navy Blue #1580CA

Color information

#1580CA (or 0x1580CA) is unknown color: approx Navy Blue. HEX triplet: 15, 80 and CA. RGB value is (21,128,202). Sum of RGB (Red+Green+Blue) = 21+128+202=351 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.98% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 202 (79.30% from 255 or 57.55% from 351); Max value from RGB is 202 - color contains mainly: blue. Hex color #1580CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1580CA is #EA7F35. Grayscale: #686868. Windows color (decimal): -15367990 or 13271061. OLE color: 13271061.

HSL color Cylindrical-coordinate representation of color #1580CA: hue angle of 204.53º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1580CA is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB21128202-
CMYK0.900.3700.21
HSL204.53º81.17%43.73%-
HSV(B)204.53º89.6%79.22%-
XYZ18.6919.8658.73-
YUV104.44183.0568.48-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.98%
GREEN value IS 128 (50.39% from 255) = 36.47%
BLUE value IS 202 (79.30% from 255) = 57.55%
R=5.98%
G=36.47%
B=57.55%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal211282020.900.3700.21204.5381.1743.73
Hex1580CA5A25015cd512c
Octal252003121324502531512154
Binary1010110000000110010101011010100101010101110011011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1580CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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