Shades of Navy Blue #1581CD
Tints of Navy Blue #1581CD
RGB
CMYK
RGB Variations
Color information
#1581CD (or 0x1581CD) is known color: Navy Blue. HEX triplet: 15, 81 and CD. RGB value is (21,129,205). Sum of RGB (Red+Green+Blue) = 21+129+205=355 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.92% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 205 (80.47% from 255 or 57.75% from 355); Max value from RGB is 205 - color contains mainly: blue. Hex color #1581CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1581CD is #EA7E32. Grayscale: #686868. Windows color (decimal): -15367731 or 13467925. OLE color: 13467925.
HSL color Cylindrical-coordinate representation of color #1581CD: hue angle of 204.78º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1581CD is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 129 | 205 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.20 |
| HSL | 204.78º | 0.81% | 0.44% | - |
| HSV(B) | 204.78º | 0.9% | 0.8% | - |
| XYZ | 19.18 | 20.27 | 60.66 | - |
| YUV | 105.37 | 184.22 | 67.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 129 | 205 | 0.90 | 0.37 | 0 | 0.20 | 204.78 | 0.81 | 0.44 |
| Hex | 15 | 81 | CD | 5A | 25 | 0 | 14 | CD | 51 | 2C |
| Octal | 25 | 201 | 315 | 132 | 45 | 0 | 24 | 315 | 121 | 54 |
| Binary | 10101 | 10000001 | 11001101 | 1011010 | 100101 | 0 | 10100 | 11001101 | 1010001 | 101100 |
Color Harmonies of #1581CD
Complementary color
Monochromatic Colors of #1581CD
Black with #1581CD
Text Example
Text Example
White with #1581CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1581CD; }
p { color: rgb(21,129,205); }
H1.HeaderClassName
{
color: #1581CD;
}
.AnyTagClassName
{
color: #1581CD;
}
</style>
background-color css
<style>
a { background-color: #1581CD; }
a { background-color: rgb(21,129,205); }
div.DivClassName
{
background-color: #1581CD;
}
.BgClassName
{
background-color: #1581CD;
}
</style>
border-color css
<style>
span { border-color: #1581CD; }
span { border-color: rgb(21,129,205); }
td.TdClassName
{
border-color: #1581CD;
}
.TagClassName
{
border-color: #1581CD;
}
</style>