Shades of Navy Blue #0053CC
Tints of Navy Blue #0053CC
RGB
CMYK
RGB Variations
Color information
#0053CC (or 0x0053CC) is known color: Navy Blue. HEX triplet: 00, 53 and CC. RGB value is (0,83,204). Sum of RGB (Red+Green+Blue) = 0+83+204=287 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 204 (80.08% from 255 or 71.08% from 287); Max value from RGB is 204 - color contains mainly: blue. Hex color #0053CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0053CC is #FFAC33. Grayscale: #474747. Windows color (decimal): -16755764 or 13390592. OLE color: 13390592.
HSL color Cylindrical-coordinate representation of color #0053CC: hue angle of 215.59º 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 #0053CC is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 0 | 83 | 204 | - |
| CMYK | 1 | 0.59 | 0 | 0.2 |
| HSL | 215.59º | 1% | 0.4% | - |
| HSV(B) | 215.59º | 1% | 0.8% | - |
| XYZ | 13.99 | 10.55 | 58.42 | - |
| YUV | 71.98 | 202.5 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 83 | 204 | 1 | 0.59 | 0 | 0.2 | 215.59 | 1 | 0.4 |
| Hex | 0 | 53 | CC | 64 | 3B | 0 | 14 | D8 | 64 | 28 |
| Octal | 0 | 123 | 314 | 144 | 73 | 0 | 24 | 330 | 144 | 50 |
| Binary | 0 | 1010011 | 11001100 | 1100100 | 111011 | 0 | 10100 | 11011000 | 1100100 | 101000 |
Color Harmonies of #0053CC
Complementary color
Monochromatic Colors of #0053CC
Black with #0053CC
Text Example
Text Example
White with #0053CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0053CC; }
p { color: rgb(0,83,204); }
H1.HeaderClassName
{
color: #0053CC;
}
.AnyTagClassName
{
color: #0053CC;
}
</style>
background-color css
<style>
a { background-color: #0053CC; }
a { background-color: rgb(0,83,204); }
div.DivClassName
{
background-color: #0053CC;
}
.BgClassName
{
background-color: #0053CC;
}
</style>
border-color css
<style>
span { border-color: #0053CC; }
span { border-color: rgb(0,83,204); }
td.TdClassName
{
border-color: #0053CC;
}
.TagClassName
{
border-color: #0053CC;
}
</style>