Shades of Navy Blue #1581CF
Tints of Navy Blue #1581CF
RGB
CMYK
RGB Variations
Color information
#1581CF (or 0x1581CF) is known color: Navy Blue. HEX triplet: 15, 81 and CF. RGB value is (21,129,207). Sum of RGB (Red+Green+Blue) = 21+129+207=357 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.88% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 207 (81.25% from 255 or 57.98% from 357); Max value from RGB is 207 - color contains mainly: blue. Hex color #1581CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1581CF is #EA7E30. Grayscale: #696969. Windows color (decimal): -15367729 or 13598997. OLE color: 13598997.
HSL color Cylindrical-coordinate representation of color #1581CF: hue angle of 205.16º degrees, saturation: 0.82, 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 #1581CF is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 129 | 207 | - |
| CMYK | 0.90 | 0.38 | 0 | 0.19 |
| HSL | 205.16º | 0.82% | 0.45% | - |
| HSV(B) | 205.16º | 0.9% | 0.81% | - |
| XYZ | 19.42 | 20.36 | 61.94 | - |
| YUV | 105.6 | 185.22 | 67.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 129 | 207 | 0.90 | 0.38 | 0 | 0.19 | 205.16 | 0.82 | 0.45 |
| Hex | 15 | 81 | CF | 5A | 26 | 0 | 13 | CD | 52 | 2D |
| Octal | 25 | 201 | 317 | 132 | 46 | 0 | 23 | 315 | 122 | 55 |
| Binary | 10101 | 10000001 | 11001111 | 1011010 | 100110 | 0 | 10011 | 11001101 | 1010010 | 101101 |
Color Harmonies of #1581CF
Complementary color
Monochromatic Colors of #1581CF
Black with #1581CF
Text Example
Text Example
White with #1581CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1581CF; }
p { color: rgb(21,129,207); }
H1.HeaderClassName
{
color: #1581CF;
}
.AnyTagClassName
{
color: #1581CF;
}
</style>
background-color css
<style>
a { background-color: #1581CF; }
a { background-color: rgb(21,129,207); }
div.DivClassName
{
background-color: #1581CF;
}
.BgClassName
{
background-color: #1581CF;
}
</style>
border-color css
<style>
span { border-color: #1581CF; }
span { border-color: rgb(21,129,207); }
td.TdClassName
{
border-color: #1581CF;
}
.TagClassName
{
border-color: #1581CF;
}
</style>