Shades of Navy Blue #0552CF
Tints of Navy Blue #0552CF
RGB
CMYK
RGB Variations
Color information
#0552CF (or 0x0552CF) is known color: Navy Blue. HEX triplet: 05, 52 and CF. RGB value is (5,82,207). Sum of RGB (Red+Green+Blue) = 5+82+207=294 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.70% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 207 (81.25% from 255 or 70.41% from 294); Max value from RGB is 207 - color contains mainly: blue. Hex color #0552CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0552CF is #FAAD30. Grayscale: #484848. Windows color (decimal): -16428337 or 13586949. OLE color: 13586949.
HSL color Cylindrical-coordinate representation of color #0552CF: hue angle of 217.13º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0552CF is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 82 | 207 | - |
| CMYK | 0.98 | 0.60 | 0 | 0.19 |
| HSL | 217.13º | 0.95% | 0.42% | - |
| HSV(B) | 217.13º | 0.98% | 0.81% | - |
| XYZ | 14.34 | 10.57 | 60.32 | - |
| YUV | 73.23 | 203.49 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 82 | 207 | 0.98 | 0.60 | 0 | 0.19 | 217.13 | 0.95 | 0.42 |
| Hex | 5 | 52 | CF | 62 | 3C | 0 | 13 | D9 | 5F | 2A |
| Octal | 5 | 122 | 317 | 142 | 74 | 0 | 23 | 331 | 137 | 52 |
| Binary | 101 | 1010010 | 11001111 | 1100010 | 111100 | 0 | 10011 | 11011001 | 1011111 | 101010 |
Color Harmonies of #0552CF
Complementary color
Monochromatic Colors of #0552CF
Black with #0552CF
Text Example
Text Example
White with #0552CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0552CF; }
p { color: rgb(5,82,207); }
H1.HeaderClassName
{
color: #0552CF;
}
.AnyTagClassName
{
color: #0552CF;
}
</style>
background-color css
<style>
a { background-color: #0552CF; }
a { background-color: rgb(5,82,207); }
div.DivClassName
{
background-color: #0552CF;
}
.BgClassName
{
background-color: #0552CF;
}
</style>
border-color css
<style>
span { border-color: #0552CF; }
span { border-color: rgb(5,82,207); }
td.TdClassName
{
border-color: #0552CF;
}
.TagClassName
{
border-color: #0552CF;
}
</style>