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