Shades of Navy Blue #0553CA
Tints of Navy Blue #0553CA
RGB
CMYK
RGB Variations
Color information
#0553CA (or 0x0553CA) is known color: Navy Blue. HEX triplet: 05, 53 and CA. RGB value is (5,83,202). Sum of RGB (Red+Green+Blue) = 5+83+202=290 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.72% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 202 (79.30% from 255 or 69.66% from 290); Max value from RGB is 202 - color contains mainly: blue. Hex color #0553CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0553CA is #FAAC35. Grayscale: #484848. Windows color (decimal): -16428086 or 13259525. OLE color: 13259525.
HSL color Cylindrical-coordinate representation of color #0553CA: hue angle of 216.24º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0553CA is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 5 | 83 | 202 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.21 |
| HSL | 216.24º | 0.95% | 0.41% | - |
| HSV(B) | 216.24º | 0.98% | 0.79% | - |
| XYZ | 13.82 | 10.48 | 57.17 | - |
| YUV | 73.24 | 200.66 | 79.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 83 | 202 | 0.98 | 0.59 | 0 | 0.21 | 216.24 | 0.95 | 0.41 |
| Hex | 5 | 53 | CA | 62 | 3B | 0 | 15 | D8 | 5F | 29 |
| Octal | 5 | 123 | 312 | 142 | 73 | 0 | 25 | 330 | 137 | 51 |
| Binary | 101 | 1010011 | 11001010 | 1100010 | 111011 | 0 | 10101 | 11011000 | 1011111 | 101001 |
Color Harmonies of #0553CA
Complementary color
Monochromatic Colors of #0553CA
Black with #0553CA
Text Example
Text Example
White with #0553CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0553CA; }
p { color: rgb(5,83,202); }
H1.HeaderClassName
{
color: #0553CA;
}
.AnyTagClassName
{
color: #0553CA;
}
</style>
background-color css
<style>
a { background-color: #0553CA; }
a { background-color: rgb(5,83,202); }
div.DivClassName
{
background-color: #0553CA;
}
.BgClassName
{
background-color: #0553CA;
}
</style>
border-color css
<style>
span { border-color: #0553CA; }
span { border-color: rgb(5,83,202); }
td.TdClassName
{
border-color: #0553CA;
}
.TagClassName
{
border-color: #0553CA;
}
</style>