Shades of Navy Blue #0352EC
Tints of Navy Blue #0352EC
RGB
CMYK
RGB Variations
Color information
#0352EC (or 0x0352EC) is known color: Navy Blue. HEX triplet: 03, 52 and EC. RGB value is (3,82,236). Sum of RGB (Red+Green+Blue) = 3+82+236=321 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 236 (92.58% from 255 or 73.52% from 321); Max value from RGB is 236 - color contains mainly: blue. Hex color #0352EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0352EC is #FCAD13. Grayscale: #4B4B4B. Windows color (decimal): -16559380 or 15487491. OLE color: 15487491.
HSL color Cylindrical-coordinate representation of color #0352EC: hue angle of 219.66º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0352EC is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 82 | 236 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.07 |
| HSL | 219.66º | 0.97% | 0.47% | - |
| HSV(B) | 219.66º | 0.99% | 0.93% | - |
| XYZ | 18.2 | 12.11 | 80.74 | - |
| YUV | 75.94 | 218.33 | 75.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 82 | 236 | 0.99 | 0.65 | 0 | 0.07 | 219.66 | 0.97 | 0.47 |
| Hex | 3 | 52 | EC | 63 | 41 | 0 | 7 | DC | 61 | 2F |
| Octal | 3 | 122 | 354 | 143 | 101 | 0 | 7 | 334 | 141 | 57 |
| Binary | 11 | 1010010 | 11101100 | 1100011 | 1000001 | 0 | 111 | 11011100 | 1100001 | 101111 |
Color Harmonies of #0352EC
Complementary color
Monochromatic Colors of #0352EC
Black with #0352EC
Text Example
Text Example
White with #0352EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0352EC; }
p { color: rgb(3,82,236); }
H1.HeaderClassName
{
color: #0352EC;
}
.AnyTagClassName
{
color: #0352EC;
}
</style>
background-color css
<style>
a { background-color: #0352EC; }
a { background-color: rgb(3,82,236); }
div.DivClassName
{
background-color: #0352EC;
}
.BgClassName
{
background-color: #0352EC;
}
</style>
border-color css
<style>
span { border-color: #0352EC; }
span { border-color: rgb(3,82,236); }
td.TdClassName
{
border-color: #0352EC;
}
.TagClassName
{
border-color: #0352EC;
}
</style>