Shades of Navy Blue #0352ED
Tints of Navy Blue #0352ED
RGB
CMYK
RGB Variations
Color information
#0352ED (or 0x0352ED) is known color: Navy Blue. HEX triplet: 03, 52 and ED. RGB value is (3,82,237). Sum of RGB (Red+Green+Blue) = 3+82+237=322 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 322); Green value is 82 (32.42% from 255 or 25.47% from 322); Blue value is 237 (92.97% from 255 or 73.60% from 322); Max value from RGB is 237 - color contains mainly: blue. Hex color #0352ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0352ED is #FCAD12. Grayscale: #4B4B4B. Windows color (decimal): -16559379 or 15553027. OLE color: 15553027.
HSL color Cylindrical-coordinate representation of color #0352ED: hue angle of 219.74º degrees, saturation: 0.98, 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 #0352ED is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 82 | 237 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.07 |
| HSL | 219.74º | 0.98% | 0.47% | - |
| HSV(B) | 219.74º | 0.99% | 0.93% | - |
| XYZ | 18.34 | 12.17 | 81.5 | - |
| YUV | 76.05 | 218.83 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 82 | 237 | 0.99 | 0.65 | 0 | 0.07 | 219.74 | 0.98 | 0.47 |
| Hex | 3 | 52 | ED | 63 | 41 | 0 | 7 | DC | 62 | 2F |
| Octal | 3 | 122 | 355 | 143 | 101 | 0 | 7 | 334 | 142 | 57 |
| Binary | 11 | 1010010 | 11101101 | 1100011 | 1000001 | 0 | 111 | 11011100 | 1100010 | 101111 |
Color Harmonies of #0352ED
Complementary color
Monochromatic Colors of #0352ED
Black with #0352ED
Text Example
Text Example
White with #0352ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0352ED; }
p { color: rgb(3,82,237); }
H1.HeaderClassName
{
color: #0352ED;
}
.AnyTagClassName
{
color: #0352ED;
}
</style>
background-color css
<style>
a { background-color: #0352ED; }
a { background-color: rgb(3,82,237); }
div.DivClassName
{
background-color: #0352ED;
}
.BgClassName
{
background-color: #0352ED;
}
</style>
border-color css
<style>
span { border-color: #0352ED; }
span { border-color: rgb(3,82,237); }
td.TdClassName
{
border-color: #0352ED;
}
.TagClassName
{
border-color: #0352ED;
}
</style>