Shades of Navy Blue #1481CE
Tints of Navy Blue #1481CE
RGB
CMYK
RGB Variations
Color information
#1481CE (or 0x1481CE) is known color: Navy Blue. HEX triplet: 14, 81 and CE. RGB value is (20,129,206). Sum of RGB (Red+Green+Blue) = 20+129+206=355 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.63% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 206 (80.86% from 255 or 58.03% from 355); Max value from RGB is 206 - color contains mainly: blue. Hex color #1481CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1481CE is #EB7E31. Grayscale: #686868. Windows color (decimal): -15433266 or 13533460. OLE color: 13533460.
HSL color Cylindrical-coordinate representation of color #1481CE: hue angle of 204.84º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1481CE is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 129 | 206 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.19 |
| HSL | 204.84º | 0.82% | 0.44% | - |
| HSV(B) | 204.84º | 0.9% | 0.81% | - |
| XYZ | 19.28 | 20.31 | 61.3 | - |
| YUV | 105.19 | 184.89 | 67.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 129 | 206 | 0.90 | 0.37 | 0 | 0.19 | 204.84 | 0.82 | 0.44 |
| Hex | 14 | 81 | CE | 5A | 25 | 0 | 13 | CD | 52 | 2C |
| Octal | 24 | 201 | 316 | 132 | 45 | 0 | 23 | 315 | 122 | 54 |
| Binary | 10100 | 10000001 | 11001110 | 1011010 | 100101 | 0 | 10011 | 11001101 | 1010010 | 101100 |
Color Harmonies of #1481CE
Complementary color
Monochromatic Colors of #1481CE
Black with #1481CE
Text Example
Text Example
White with #1481CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1481CE; }
p { color: rgb(20,129,206); }
H1.HeaderClassName
{
color: #1481CE;
}
.AnyTagClassName
{
color: #1481CE;
}
</style>
background-color css
<style>
a { background-color: #1481CE; }
a { background-color: rgb(20,129,206); }
div.DivClassName
{
background-color: #1481CE;
}
.BgClassName
{
background-color: #1481CE;
}
</style>
border-color css
<style>
span { border-color: #1481CE; }
span { border-color: rgb(20,129,206); }
td.TdClassName
{
border-color: #1481CE;
}
.TagClassName
{
border-color: #1481CE;
}
</style>