Shades of Navy Blue #0359EE
Tints of Navy Blue #0359EE
RGB
CMYK
RGB Variations
Color information
#0359EE (or 0x0359EE) is known color: Navy Blue. HEX triplet: 03, 59 and EE. RGB value is (3,89,238). Sum of RGB (Red+Green+Blue) = 3+89+238=330 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 238 (93.36% from 255 or 72.12% from 330); Max value from RGB is 238 - color contains mainly: blue. Hex color #0359EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0359EE is #FCA611. Grayscale: #4F4F4F. Windows color (decimal): -16557586 or 15620355. OLE color: 15620355.
HSL color Cylindrical-coordinate representation of color #0359EE: hue angle of 218.04º 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 #0359EE is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 89 | 238 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.07 |
| HSL | 218.04º | 0.98% | 0.47% | - |
| HSV(B) | 218.04º | 0.99% | 0.93% | - |
| XYZ | 19.04 | 13.34 | 82.46 | - |
| YUV | 80.27 | 217.01 | 72.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 89 | 238 | 0.99 | 0.63 | 0 | 0.07 | 218.04 | 0.98 | 0.47 |
| Hex | 3 | 59 | EE | 63 | 3F | 0 | 7 | DA | 62 | 2F |
| Octal | 3 | 131 | 356 | 143 | 77 | 0 | 7 | 332 | 142 | 57 |
| Binary | 11 | 1011001 | 11101110 | 1100011 | 111111 | 0 | 111 | 11011010 | 1100010 | 101111 |
Color Harmonies of #0359EE
Complementary color
Monochromatic Colors of #0359EE
Black with #0359EE
Text Example
Text Example
White with #0359EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0359EE; }
p { color: rgb(3,89,238); }
H1.HeaderClassName
{
color: #0359EE;
}
.AnyTagClassName
{
color: #0359EE;
}
</style>
background-color css
<style>
a { background-color: #0359EE; }
a { background-color: rgb(3,89,238); }
div.DivClassName
{
background-color: #0359EE;
}
.BgClassName
{
background-color: #0359EE;
}
</style>
border-color css
<style>
span { border-color: #0359EE; }
span { border-color: rgb(3,89,238); }
td.TdClassName
{
border-color: #0359EE;
}
.TagClassName
{
border-color: #0359EE;
}
</style>