Shades of Navy Blue #1583CF
Tints of Navy Blue #1583CF
RGB
CMYK
RGB Variations
Color information
#1583CF (or 0x1583CF) is known color: Navy Blue. HEX triplet: 15, 83 and CF. RGB value is (21,131,207). Sum of RGB (Red+Green+Blue) = 21+131+207=359 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.85% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 207 (81.25% from 255 or 57.66% from 359); Max value from RGB is 207 - color contains mainly: blue. Hex color #1583CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1583CF is #EA7C30. Grayscale: #6A6A6A. Windows color (decimal): -15367217 or 13599509. OLE color: 13599509.
HSL color Cylindrical-coordinate representation of color #1583CF: hue angle of 204.52º 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 #1583CF is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 131 | 207 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.19 |
| HSL | 204.52º | 0.82% | 0.45% | - |
| HSV(B) | 204.52º | 0.9% | 0.81% | - |
| XYZ | 19.69 | 20.9 | 62.03 | - |
| YUV | 106.77 | 184.56 | 66.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 131 | 207 | 0.90 | 0.37 | 0 | 0.19 | 204.52 | 0.82 | 0.45 |
| Hex | 15 | 83 | CF | 5A | 25 | 0 | 13 | CD | 52 | 2D |
| Octal | 25 | 203 | 317 | 132 | 45 | 0 | 23 | 315 | 122 | 55 |
| Binary | 10101 | 10000011 | 11001111 | 1011010 | 100101 | 0 | 10011 | 11001101 | 1010010 | 101101 |
Color Harmonies of #1583CF
Complementary color
Monochromatic Colors of #1583CF
Black with #1583CF
Text Example
Text Example
White with #1583CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1583CF; }
p { color: rgb(21,131,207); }
H1.HeaderClassName
{
color: #1583CF;
}
.AnyTagClassName
{
color: #1583CF;
}
</style>
background-color css
<style>
a { background-color: #1583CF; }
a { background-color: rgb(21,131,207); }
div.DivClassName
{
background-color: #1583CF;
}
.BgClassName
{
background-color: #1583CF;
}
</style>
border-color css
<style>
span { border-color: #1583CF; }
span { border-color: rgb(21,131,207); }
td.TdClassName
{
border-color: #1583CF;
}
.TagClassName
{
border-color: #1583CF;
}
</style>