Shades of Navy Blue #1581CC
Tints of Navy Blue #1581CC
RGB
CMYK
RGB Variations
Color information
#1581CC (or 0x1581CC) is known color: Navy Blue. HEX triplet: 15, 81 and CC. RGB value is (21,129,204). Sum of RGB (Red+Green+Blue) = 21+129+204=354 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.93% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 204 (80.08% from 255 or 57.63% from 354); Max value from RGB is 204 - color contains mainly: blue. Hex color #1581CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1581CC is #EA7E33. Grayscale: #686868. Windows color (decimal): -15367732 or 13402389. OLE color: 13402389.
HSL color Cylindrical-coordinate representation of color #1581CC: hue angle of 204.59º 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 #1581CC is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 21 | 129 | 204 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.2 |
| HSL | 204.59º | 0.81% | 0.44% | - |
| HSV(B) | 204.59º | 0.9% | 0.8% | - |
| XYZ | 19.06 | 20.22 | 60.03 | - |
| YUV | 105.26 | 183.72 | 67.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 129 | 204 | 0.90 | 0.37 | 0 | 0.2 | 204.59 | 0.81 | 0.44 |
| Hex | 15 | 81 | CC | 5A | 25 | 0 | 14 | CD | 51 | 2C |
| Octal | 25 | 201 | 314 | 132 | 45 | 0 | 24 | 315 | 121 | 54 |
| Binary | 10101 | 10000001 | 11001100 | 1011010 | 100101 | 0 | 10100 | 11001101 | 1010001 | 101100 |
Color Harmonies of #1581CC
Complementary color
Monochromatic Colors of #1581CC
Black with #1581CC
Text Example
Text Example
White with #1581CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1581CC; }
p { color: rgb(21,129,204); }
H1.HeaderClassName
{
color: #1581CC;
}
.AnyTagClassName
{
color: #1581CC;
}
</style>
background-color css
<style>
a { background-color: #1581CC; }
a { background-color: rgb(21,129,204); }
div.DivClassName
{
background-color: #1581CC;
}
.BgClassName
{
background-color: #1581CC;
}
</style>
border-color css
<style>
span { border-color: #1581CC; }
span { border-color: rgb(21,129,204); }
td.TdClassName
{
border-color: #1581CC;
}
.TagClassName
{
border-color: #1581CC;
}
</style>