Shades of Navy Blue #1581C9
Tints of Navy Blue #1581C9
RGB
CMYK
RGB Variations
Color information
#1581C9 (or 0x1581C9) is known color: Navy Blue. HEX triplet: 15, 81 and C9. RGB value is (21,129,201). Sum of RGB (Red+Green+Blue) = 21+129+201=351 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.98% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 201 (78.91% from 255 or 57.26% from 351); Max value from RGB is 201 - color contains mainly: blue. Hex color #1581C9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1581C9 is #EA7E36. Grayscale: #686868. Windows color (decimal): -15367735 or 13205781. OLE color: 13205781.
HSL color Cylindrical-coordinate representation of color #1581C9: hue angle of 204º 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 #1581C9 is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 21 | 129 | 201 | - |
| CMYK | 0.90 | 0.36 | 0 | 0.21 |
| HSL | 204º | 0.81% | 0.44% | - |
| HSV(B) | 204º | 0.9% | 0.79% | - |
| XYZ | 18.7 | 20.08 | 58.15 | - |
| YUV | 104.92 | 182.22 | 68.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 129 | 201 | 0.90 | 0.36 | 0 | 0.21 | 204 | 0.81 | 0.44 |
| Hex | 15 | 81 | C9 | 5A | 24 | 0 | 15 | CC | 51 | 2C |
| Octal | 25 | 201 | 311 | 132 | 44 | 0 | 25 | 314 | 121 | 54 |
| Binary | 10101 | 10000001 | 11001001 | 1011010 | 100100 | 0 | 10101 | 11001100 | 1010001 | 101100 |
Color Harmonies of #1581C9
Complementary color
Monochromatic Colors of #1581C9
Black with #1581C9
Text Example
Text Example
White with #1581C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1581C9; }
p { color: rgb(21,129,201); }
H1.HeaderClassName
{
color: #1581C9;
}
.AnyTagClassName
{
color: #1581C9;
}
</style>
background-color css
<style>
a { background-color: #1581C9; }
a { background-color: rgb(21,129,201); }
div.DivClassName
{
background-color: #1581C9;
}
.BgClassName
{
background-color: #1581C9;
}
</style>
border-color css
<style>
span { border-color: #1581C9; }
span { border-color: rgb(21,129,201); }
td.TdClassName
{
border-color: #1581C9;
}
.TagClassName
{
border-color: #1581C9;
}
</style>