Shades of Navy Blue #1581CE
Tints of Navy Blue #1581CE
RGB
CMYK
RGB Variations
Color information
#1581CE (or 0x1581CE) is known color: Navy Blue. HEX triplet: 15, 81 and CE. RGB value is (21,129,206). Sum of RGB (Red+Green+Blue) = 21+129+206=356 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.90% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #1581CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1581CE is #EA7E31. Grayscale: #696969. Windows color (decimal): -15367730 or 13533461. OLE color: 13533461.
HSL color Cylindrical-coordinate representation of color #1581CE: hue angle of 204.97º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1581CE is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 129 | 206 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.19 |
| HSL | 204.97º | 0.81% | 0.45% | - |
| HSV(B) | 204.97º | 0.9% | 0.81% | - |
| XYZ | 19.3 | 20.32 | 61.3 | - |
| YUV | 105.49 | 184.72 | 67.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 129 | 206 | 0.90 | 0.37 | 0 | 0.19 | 204.97 | 0.81 | 0.45 |
| Hex | 15 | 81 | CE | 5A | 25 | 0 | 13 | CD | 51 | 2D |
| Octal | 25 | 201 | 316 | 132 | 45 | 0 | 23 | 315 | 121 | 55 |
| Binary | 10101 | 10000001 | 11001110 | 1011010 | 100101 | 0 | 10011 | 11001101 | 1010001 | 101101 |
Color Harmonies of #1581CE
Complementary color
Monochromatic Colors of #1581CE
Black with #1581CE
Text Example
Text Example
White with #1581CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1581CE; }
p { color: rgb(21,129,206); }
H1.HeaderClassName
{
color: #1581CE;
}
.AnyTagClassName
{
color: #1581CE;
}
</style>
background-color css
<style>
a { background-color: #1581CE; }
a { background-color: rgb(21,129,206); }
div.DivClassName
{
background-color: #1581CE;
}
.BgClassName
{
background-color: #1581CE;
}
</style>
border-color css
<style>
span { border-color: #1581CE; }
span { border-color: rgb(21,129,206); }
td.TdClassName
{
border-color: #1581CE;
}
.TagClassName
{
border-color: #1581CE;
}
</style>