Shades of Navy Blue #1582D4
Tints of Navy Blue #1582D4
RGB
CMYK
RGB Variations
Color information
#1582D4 (or 0x1582D4) is known color: Navy Blue. HEX triplet: 15, 82 and D4. RGB value is (21,130,212). Sum of RGB (Red+Green+Blue) = 21+130+212=363 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.79% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 212 (83.20% from 255 or 58.40% from 363); Max value from RGB is 212 - color contains mainly: blue. Hex color #1582D4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1582D4 is #EA7D2B. Grayscale: #6A6A6A. Windows color (decimal): -15367468 or 13926933. OLE color: 13926933.
HSL color Cylindrical-coordinate representation of color #1582D4: hue angle of 205.76º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1582D4 is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 21 | 130 | 212 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.17 |
| HSL | 205.76º | 0.82% | 0.46% | - |
| HSV(B) | 205.76º | 0.9% | 0.83% | - |
| XYZ | 20.18 | 20.88 | 65.25 | - |
| YUV | 106.76 | 187.39 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 130 | 212 | 0.90 | 0.39 | 0 | 0.17 | 205.76 | 0.82 | 0.46 |
| Hex | 15 | 82 | D4 | 5A | 27 | 0 | 11 | CE | 52 | 2E |
| Octal | 25 | 202 | 324 | 132 | 47 | 0 | 21 | 316 | 122 | 56 |
| Binary | 10101 | 10000010 | 11010100 | 1011010 | 100111 | 0 | 10001 | 11001110 | 1010010 | 101110 |
Color Harmonies of #1582D4
Complementary color
Monochromatic Colors of #1582D4
Black with #1582D4
Text Example
Text Example
White with #1582D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1582D4; }
p { color: rgb(21,130,212); }
H1.HeaderClassName
{
color: #1582D4;
}
.AnyTagClassName
{
color: #1582D4;
}
</style>
background-color css
<style>
a { background-color: #1582D4; }
a { background-color: rgb(21,130,212); }
div.DivClassName
{
background-color: #1582D4;
}
.BgClassName
{
background-color: #1582D4;
}
</style>
border-color css
<style>
span { border-color: #1582D4; }
span { border-color: rgb(21,130,212); }
td.TdClassName
{
border-color: #1582D4;
}
.TagClassName
{
border-color: #1582D4;
}
</style>