Shades of Navy Blue #1481D6
Tints of Navy Blue #1481D6
RGB
CMYK
RGB Variations
Color information
#1481D6 (or 0x1481D6) is known color: Navy Blue. HEX triplet: 14, 81 and D6. RGB value is (20,129,214). Sum of RGB (Red+Green+Blue) = 20+129+214=363 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.51% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 214 (83.98% from 255 or 58.95% from 363); Max value from RGB is 214 - color contains mainly: blue. Hex color #1481D6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1481D6 is #EB7E29. Grayscale: #696969. Windows color (decimal): -15433258 or 14057748. OLE color: 14057748.
HSL color Cylindrical-coordinate representation of color #1481D6: hue angle of 206.29º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1481D6 is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 129 | 214 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.16 |
| HSL | 206.29º | 0.83% | 0.46% | - |
| HSV(B) | 206.29º | 0.91% | 0.84% | - |
| XYZ | 20.28 | 20.7 | 66.55 | - |
| YUV | 106.1 | 188.89 | 66.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 129 | 214 | 0.91 | 0.40 | 0 | 0.16 | 206.29 | 0.83 | 0.46 |
| Hex | 14 | 81 | D6 | 5B | 28 | 0 | 10 | CE | 53 | 2E |
| Octal | 24 | 201 | 326 | 133 | 50 | 0 | 20 | 316 | 123 | 56 |
| Binary | 10100 | 10000001 | 11010110 | 1011011 | 101000 | 0 | 10000 | 11001110 | 1010011 | 101110 |
Color Harmonies of #1481D6
Complementary color
Monochromatic Colors of #1481D6
Black with #1481D6
Text Example
Text Example
White with #1481D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1481D6; }
p { color: rgb(20,129,214); }
H1.HeaderClassName
{
color: #1481D6;
}
.AnyTagClassName
{
color: #1481D6;
}
</style>
background-color css
<style>
a { background-color: #1481D6; }
a { background-color: rgb(20,129,214); }
div.DivClassName
{
background-color: #1481D6;
}
.BgClassName
{
background-color: #1481D6;
}
</style>
border-color css
<style>
span { border-color: #1481D6; }
span { border-color: rgb(20,129,214); }
td.TdClassName
{
border-color: #1481D6;
}
.TagClassName
{
border-color: #1481D6;
}
</style>