Shades of Navy Blue #1482CC
Tints of Navy Blue #1482CC
RGB
CMYK
RGB Variations
Color information
#1482CC (or 0x1482CC) is known color: Navy Blue. HEX triplet: 14, 82 and CC. RGB value is (20,130,204). Sum of RGB (Red+Green+Blue) = 20+130+204=354 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.65% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 204 (80.08% from 255 or 57.63% from 354); Max value from RGB is 204 - color contains mainly: blue. Hex color #1482CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1482CC is #EB7D33. Grayscale: #696969. Windows color (decimal): -15433012 or 13402644. OLE color: 13402644.
HSL color Cylindrical-coordinate representation of color #1482CC: hue angle of 204.13º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1482CC is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 130 | 204 | - |
| CMYK | 0.90 | 0.36 | 0 | 0.2 |
| HSL | 204.13º | 0.82% | 0.44% | - |
| HSV(B) | 204.13º | 0.9% | 0.8% | - |
| XYZ | 19.17 | 20.47 | 60.07 | - |
| YUV | 105.55 | 183.56 | 66.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 130 | 204 | 0.90 | 0.36 | 0 | 0.2 | 204.13 | 0.82 | 0.44 |
| Hex | 14 | 82 | CC | 5A | 24 | 0 | 14 | CC | 52 | 2C |
| Octal | 24 | 202 | 314 | 132 | 44 | 0 | 24 | 314 | 122 | 54 |
| Binary | 10100 | 10000010 | 11001100 | 1011010 | 100100 | 0 | 10100 | 11001100 | 1010010 | 101100 |
Color Harmonies of #1482CC
Complementary color
Monochromatic Colors of #1482CC
Black with #1482CC
Text Example
Text Example
White with #1482CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1482CC; }
p { color: rgb(20,130,204); }
H1.HeaderClassName
{
color: #1482CC;
}
.AnyTagClassName
{
color: #1482CC;
}
</style>
background-color css
<style>
a { background-color: #1482CC; }
a { background-color: rgb(20,130,204); }
div.DivClassName
{
background-color: #1482CC;
}
.BgClassName
{
background-color: #1482CC;
}
</style>
border-color css
<style>
span { border-color: #1482CC; }
span { border-color: rgb(20,130,204); }
td.TdClassName
{
border-color: #1482CC;
}
.TagClassName
{
border-color: #1482CC;
}
</style>