Shades of Navy Blue #0352EF
Tints of Navy Blue #0352EF
RGB
CMYK
RGB Variations
Color information
#0352EF (or 0x0352EF) is known color: Navy Blue. HEX triplet: 03, 52 and EF. RGB value is (3,82,239). Sum of RGB (Red+Green+Blue) = 3+82+239=324 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 239 (93.75% from 255 or 73.77% from 324); Max value from RGB is 239 - color contains mainly: blue. Hex color #0352EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0352EF is #FCAD10. Grayscale: #4B4B4B. Windows color (decimal): -16559377 or 15684099. OLE color: 15684099.
HSL color Cylindrical-coordinate representation of color #0352EF: hue angle of 219.92º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0352EF is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 82 | 239 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.06 |
| HSL | 219.92º | 0.98% | 0.47% | - |
| HSV(B) | 219.92º | 0.99% | 0.94% | - |
| XYZ | 18.63 | 12.29 | 83.05 | - |
| YUV | 76.28 | 219.83 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 82 | 239 | 0.99 | 0.66 | 0 | 0.06 | 219.92 | 0.98 | 0.47 |
| Hex | 3 | 52 | EF | 63 | 42 | 0 | 6 | DC | 62 | 2F |
| Octal | 3 | 122 | 357 | 143 | 102 | 0 | 6 | 334 | 142 | 57 |
| Binary | 11 | 1010010 | 11101111 | 1100011 | 1000010 | 0 | 110 | 11011100 | 1100010 | 101111 |
Color Harmonies of #0352EF
Complementary color
Monochromatic Colors of #0352EF
Black with #0352EF
Text Example
Text Example
White with #0352EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0352EF; }
p { color: rgb(3,82,239); }
H1.HeaderClassName
{
color: #0352EF;
}
.AnyTagClassName
{
color: #0352EF;
}
</style>
background-color css
<style>
a { background-color: #0352EF; }
a { background-color: rgb(3,82,239); }
div.DivClassName
{
background-color: #0352EF;
}
.BgClassName
{
background-color: #0352EF;
}
</style>
border-color css
<style>
span { border-color: #0352EF; }
span { border-color: rgb(3,82,239); }
td.TdClassName
{
border-color: #0352EF;
}
.TagClassName
{
border-color: #0352EF;
}
</style>