Shades of Navy Blue #1481D8
Tints of Navy Blue #1481D8
RGB
CMYK
RGB Variations
Color information
#1481D8 (or 0x1481D8) is known color: Navy Blue. HEX triplet: 14, 81 and D8. RGB value is (20,129,216). Sum of RGB (Red+Green+Blue) = 20+129+216=365 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.48% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 216 (84.77% from 255 or 59.18% from 365); Max value from RGB is 216 - color contains mainly: blue. Hex color #1481D8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1481D8 is #EB7E27. Grayscale: #696969. Windows color (decimal): -15433256 or 14188820. OLE color: 14188820.
HSL color Cylindrical-coordinate representation of color #1481D8: hue angle of 206.63º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1481D8 is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 129 | 216 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.15 |
| HSL | 206.63º | 0.83% | 0.46% | - |
| HSV(B) | 206.63º | 0.91% | 0.85% | - |
| XYZ | 20.53 | 20.81 | 67.9 | - |
| YUV | 106.33 | 189.89 | 66.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 129 | 216 | 0.91 | 0.40 | 0 | 0.15 | 206.63 | 0.83 | 0.46 |
| Hex | 14 | 81 | D8 | 5B | 28 | 0 | F | CF | 53 | 2E |
| Octal | 24 | 201 | 330 | 133 | 50 | 0 | 17 | 317 | 123 | 56 |
| Binary | 10100 | 10000001 | 11011000 | 1011011 | 101000 | 0 | 1111 | 11001111 | 1010011 | 101110 |
Color Harmonies of #1481D8
Complementary color
Monochromatic Colors of #1481D8
Black with #1481D8
Text Example
Text Example
White with #1481D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1481D8; }
p { color: rgb(20,129,216); }
H1.HeaderClassName
{
color: #1481D8;
}
.AnyTagClassName
{
color: #1481D8;
}
</style>
background-color css
<style>
a { background-color: #1481D8; }
a { background-color: rgb(20,129,216); }
div.DivClassName
{
background-color: #1481D8;
}
.BgClassName
{
background-color: #1481D8;
}
</style>
border-color css
<style>
span { border-color: #1481D8; }
span { border-color: rgb(20,129,216); }
td.TdClassName
{
border-color: #1481D8;
}
.TagClassName
{
border-color: #1481D8;
}
</style>