Shades of Navy Blue #1483CC
Tints of Navy Blue #1483CC
RGB
CMYK
RGB Variations
Color information
#1483CC (or 0x1483CC) is known color: Navy Blue. HEX triplet: 14, 83 and CC. RGB value is (20,131,204). Sum of RGB (Red+Green+Blue) = 20+131+204=355 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.63% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 204 (80.08% from 255 or 57.46% from 355); Max value from RGB is 204 - color contains mainly: blue. Hex color #1483CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1483CC is #EB7C33. Grayscale: #696969. Windows color (decimal): -15432756 or 13402900. OLE color: 13402900.
HSL color Cylindrical-coordinate representation of color #1483CC: hue angle of 203.8º 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 #1483CC is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 131 | 204 | - |
| CMYK | 0.90 | 0.36 | 0 | 0.2 |
| HSL | 203.8º | 0.82% | 0.44% | - |
| HSV(B) | 203.8º | 0.9% | 0.8% | - |
| XYZ | 19.3 | 20.74 | 60.11 | - |
| YUV | 106.13 | 183.23 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 131 | 204 | 0.90 | 0.36 | 0 | 0.2 | 203.8 | 0.82 | 0.44 |
| Hex | 14 | 83 | CC | 5A | 24 | 0 | 14 | CC | 52 | 2C |
| Octal | 24 | 203 | 314 | 132 | 44 | 0 | 24 | 314 | 122 | 54 |
| Binary | 10100 | 10000011 | 11001100 | 1011010 | 100100 | 0 | 10100 | 11001100 | 1010010 | 101100 |
Color Harmonies of #1483CC
Complementary color
Monochromatic Colors of #1483CC
Black with #1483CC
Text Example
Text Example
White with #1483CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1483CC; }
p { color: rgb(20,131,204); }
H1.HeaderClassName
{
color: #1483CC;
}
.AnyTagClassName
{
color: #1483CC;
}
</style>
background-color css
<style>
a { background-color: #1483CC; }
a { background-color: rgb(20,131,204); }
div.DivClassName
{
background-color: #1483CC;
}
.BgClassName
{
background-color: #1483CC;
}
</style>
border-color css
<style>
span { border-color: #1483CC; }
span { border-color: rgb(20,131,204); }
td.TdClassName
{
border-color: #1483CC;
}
.TagClassName
{
border-color: #1483CC;
}
</style>