Shades of Navy Blue #1481DA
Tints of Navy Blue #1481DA
RGB
CMYK
RGB Variations
Color information
#1481DA (or 0x1481DA) is known color: Navy Blue. HEX triplet: 14, 81 and DA. RGB value is (20,129,218). Sum of RGB (Red+Green+Blue) = 20+129+218=367 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.45% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 218 (85.55% from 255 or 59.40% from 367); Max value from RGB is 218 - color contains mainly: blue. Hex color #1481DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1481DA is #EB7E25. Grayscale: #6A6A6A. Windows color (decimal): -15433254 or 14319892. OLE color: 14319892.
HSL color Cylindrical-coordinate representation of color #1481DA: hue angle of 206.97º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1481DA is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 129 | 218 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.15 |
| HSL | 206.97º | 0.83% | 0.47% | - |
| HSV(B) | 206.97º | 0.91% | 0.85% | - |
| XYZ | 20.79 | 20.91 | 69.27 | - |
| YUV | 106.56 | 190.89 | 66.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 129 | 218 | 0.91 | 0.41 | 0 | 0.15 | 206.97 | 0.83 | 0.47 |
| Hex | 14 | 81 | DA | 5B | 29 | 0 | F | CF | 53 | 2F |
| Octal | 24 | 201 | 332 | 133 | 51 | 0 | 17 | 317 | 123 | 57 |
| Binary | 10100 | 10000001 | 11011010 | 1011011 | 101001 | 0 | 1111 | 11001111 | 1010011 | 101111 |
Color Harmonies of #1481DA
Complementary color
Monochromatic Colors of #1481DA
Black with #1481DA
Text Example
Text Example
White with #1481DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1481DA; }
p { color: rgb(20,129,218); }
H1.HeaderClassName
{
color: #1481DA;
}
.AnyTagClassName
{
color: #1481DA;
}
</style>
background-color css
<style>
a { background-color: #1481DA; }
a { background-color: rgb(20,129,218); }
div.DivClassName
{
background-color: #1481DA;
}
.BgClassName
{
background-color: #1481DA;
}
</style>
border-color css
<style>
span { border-color: #1481DA; }
span { border-color: rgb(20,129,218); }
td.TdClassName
{
border-color: #1481DA;
}
.TagClassName
{
border-color: #1481DA;
}
</style>