Shades of Navy Blue #1484CE
Tints of Navy Blue #1484CE
RGB
CMYK
RGB Variations
Color information
#1484CE (or 0x1484CE) is known color: Navy Blue. HEX triplet: 14, 84 and CE. RGB value is (20,132,206). Sum of RGB (Red+Green+Blue) = 20+132+206=358 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.59% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #1484CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1484CE is #EB7B31. Grayscale: #6A6A6A. Windows color (decimal): -15432498 or 13534228. OLE color: 13534228.
HSL color Cylindrical-coordinate representation of color #1484CE: hue angle of 203.87º 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 #1484CE is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 132 | 206 | - |
| CMYK | 0.90 | 0.36 | 0 | 0.19 |
| HSL | 203.87º | 0.82% | 0.44% | - |
| HSV(B) | 203.87º | 0.9% | 0.81% | - |
| XYZ | 19.68 | 21.11 | 61.43 | - |
| YUV | 106.95 | 183.89 | 65.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 132 | 206 | 0.90 | 0.36 | 0 | 0.19 | 203.87 | 0.82 | 0.44 |
| Hex | 14 | 84 | CE | 5A | 24 | 0 | 13 | CC | 52 | 2C |
| Octal | 24 | 204 | 316 | 132 | 44 | 0 | 23 | 314 | 122 | 54 |
| Binary | 10100 | 10000100 | 11001110 | 1011010 | 100100 | 0 | 10011 | 11001100 | 1010010 | 101100 |
Color Harmonies of #1484CE
Complementary color
Monochromatic Colors of #1484CE
Black with #1484CE
Text Example
Text Example
White with #1484CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1484CE; }
p { color: rgb(20,132,206); }
H1.HeaderClassName
{
color: #1484CE;
}
.AnyTagClassName
{
color: #1484CE;
}
</style>
background-color css
<style>
a { background-color: #1484CE; }
a { background-color: rgb(20,132,206); }
div.DivClassName
{
background-color: #1484CE;
}
.BgClassName
{
background-color: #1484CE;
}
</style>
border-color css
<style>
span { border-color: #1484CE; }
span { border-color: rgb(20,132,206); }
td.TdClassName
{
border-color: #1484CE;
}
.TagClassName
{
border-color: #1484CE;
}
</style>