Shades of Navy Blue #1482C8
Tints of Navy Blue #1482C8
RGB
CMYK
RGB Variations
Color information
#1482C8 (or 0x1482C8) is known color: Navy Blue. HEX triplet: 14, 82 and C8. RGB value is (20,130,200). Sum of RGB (Red+Green+Blue) = 20+130+200=350 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.71% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 200 (78.52% from 255 or 57.14% from 350); Max value from RGB is 200 - color contains mainly: blue. Hex color #1482C8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1482C8 is #EB7D37. Grayscale: #686868. Windows color (decimal): -15433016 or 13140500. OLE color: 13140500.
HSL color Cylindrical-coordinate representation of color #1482C8: hue angle of 203.33º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1482C8 is Cyan = 0.9, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 20 | 130 | 200 | - |
| CMYK | 0.9 | 0.35 | 0 | 0.22 |
| HSL | 203.33º | 0.82% | 0.43% | - |
| HSV(B) | 203.33º | 0.9% | 0.78% | - |
| XYZ | 18.7 | 20.28 | 57.57 | - |
| YUV | 105.09 | 181.56 | 67.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 130 | 200 | 0.9 | 0.35 | 0 | 0.22 | 203.33 | 0.82 | 0.43 |
| Hex | 14 | 82 | C8 | 5A | 23 | 0 | 16 | CB | 52 | 2B |
| Octal | 24 | 202 | 310 | 132 | 43 | 0 | 26 | 313 | 122 | 53 |
| Binary | 10100 | 10000010 | 11001000 | 1011010 | 100011 | 0 | 10110 | 11001011 | 1010010 | 101011 |
Color Harmonies of #1482C8
Complementary color
Monochromatic Colors of #1482C8
Black with #1482C8
Text Example
Text Example
White with #1482C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1482C8; }
p { color: rgb(20,130,200); }
H1.HeaderClassName
{
color: #1482C8;
}
.AnyTagClassName
{
color: #1482C8;
}
</style>
background-color css
<style>
a { background-color: #1482C8; }
a { background-color: rgb(20,130,200); }
div.DivClassName
{
background-color: #1482C8;
}
.BgClassName
{
background-color: #1482C8;
}
</style>
border-color css
<style>
span { border-color: #1482C8; }
span { border-color: rgb(20,130,200); }
td.TdClassName
{
border-color: #1482C8;
}
.TagClassName
{
border-color: #1482C8;
}
</style>