Shades of Navy Blue #0053CD
Tints of Navy Blue #0053CD
RGB
CMYK
RGB Variations
Color information
#0053CD (or 0x0053CD) is known color: Navy Blue. HEX triplet: 00, 53 and CD. RGB value is (0,83,205). Sum of RGB (Red+Green+Blue) = 0+83+205=288 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 205 (80.47% from 255 or 71.18% from 288); Max value from RGB is 205 - color contains mainly: blue. Hex color #0053CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0053CD is #FFAC32. Grayscale: #474747. Windows color (decimal): -16755763 or 13456128. OLE color: 13456128.
HSL color Cylindrical-coordinate representation of color #0053CD: hue angle of 215.71º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0053CD is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 83 | 205 | - |
| CMYK | 1 | 0.60 | 0 | 0.20 |
| HSL | 215.71º | 1% | 0.4% | - |
| HSV(B) | 215.71º | 1% | 0.8% | - |
| XYZ | 14.11 | 10.59 | 59.06 | - |
| YUV | 72.09 | 203 | 76.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 83 | 205 | 1 | 0.60 | 0 | 0.20 | 215.71 | 1 | 0.4 |
| Hex | 0 | 53 | CD | 64 | 3C | 0 | 14 | D8 | 64 | 28 |
| Octal | 0 | 123 | 315 | 144 | 74 | 0 | 24 | 330 | 144 | 50 |
| Binary | 0 | 1010011 | 11001101 | 1100100 | 111100 | 0 | 10100 | 11011000 | 1100100 | 101000 |
Color Harmonies of #0053CD
Complementary color
Monochromatic Colors of #0053CD
Black with #0053CD
Text Example
Text Example
White with #0053CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0053CD; }
p { color: rgb(0,83,205); }
H1.HeaderClassName
{
color: #0053CD;
}
.AnyTagClassName
{
color: #0053CD;
}
</style>
background-color css
<style>
a { background-color: #0053CD; }
a { background-color: rgb(0,83,205); }
div.DivClassName
{
background-color: #0053CD;
}
.BgClassName
{
background-color: #0053CD;
}
</style>
border-color css
<style>
span { border-color: #0053CD; }
span { border-color: rgb(0,83,205); }
td.TdClassName
{
border-color: #0053CD;
}
.TagClassName
{
border-color: #0053CD;
}
</style>