Shades of Navy Blue #1581D6
Tints of Navy Blue #1581D6
RGB
CMYK
RGB Variations
Color information
#1581D6 (or 0x1581D6) is known color: Navy Blue. HEX triplet: 15, 81 and D6. RGB value is (21,129,214). Sum of RGB (Red+Green+Blue) = 21+129+214=364 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.77% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 214 (83.98% from 255 or 58.79% from 364); Max value from RGB is 214 - color contains mainly: blue. Hex color #1581D6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1581D6 is #EA7E29. Grayscale: #696969. Windows color (decimal): -15367722 or 14057749. OLE color: 14057749.
HSL color Cylindrical-coordinate representation of color #1581D6: hue angle of 206.42º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1581D6 is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 21 | 129 | 214 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.16 |
| HSL | 206.42º | 0.82% | 0.46% | - |
| HSV(B) | 206.42º | 0.9% | 0.84% | - |
| XYZ | 20.3 | 20.71 | 66.55 | - |
| YUV | 106.4 | 188.72 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 129 | 214 | 0.90 | 0.40 | 0 | 0.16 | 206.42 | 0.82 | 0.46 |
| Hex | 15 | 81 | D6 | 5A | 28 | 0 | 10 | CE | 52 | 2E |
| Octal | 25 | 201 | 326 | 132 | 50 | 0 | 20 | 316 | 122 | 56 |
| Binary | 10101 | 10000001 | 11010110 | 1011010 | 101000 | 0 | 10000 | 11001110 | 1010010 | 101110 |
Color Harmonies of #1581D6
Complementary color
Monochromatic Colors of #1581D6
Black with #1581D6
Text Example
Text Example
White with #1581D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1581D6; }
p { color: rgb(21,129,214); }
H1.HeaderClassName
{
color: #1581D6;
}
.AnyTagClassName
{
color: #1581D6;
}
</style>
background-color css
<style>
a { background-color: #1581D6; }
a { background-color: rgb(21,129,214); }
div.DivClassName
{
background-color: #1581D6;
}
.BgClassName
{
background-color: #1581D6;
}
</style>
border-color css
<style>
span { border-color: #1581D6; }
span { border-color: rgb(21,129,214); }
td.TdClassName
{
border-color: #1581D6;
}
.TagClassName
{
border-color: #1581D6;
}
</style>