Shades of Navy Blue #0359EF
Tints of Navy Blue #0359EF
RGB
CMYK
RGB Variations
Color information
#0359EF (or 0x0359EF) is known color: Navy Blue. HEX triplet: 03, 59 and EF. RGB value is (3,89,239). Sum of RGB (Red+Green+Blue) = 3+89+239=331 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 239 (93.75% from 255 or 72.21% from 331); Max value from RGB is 239 - color contains mainly: blue. Hex color #0359EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0359EF is #FCA610. Grayscale: #4F4F4F. Windows color (decimal): -16557585 or 15685891. OLE color: 15685891.
HSL color Cylindrical-coordinate representation of color #0359EF: hue angle of 218.14º 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 #0359EF is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 89 | 239 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.06 |
| HSL | 218.14º | 0.98% | 0.47% | - |
| HSV(B) | 218.14º | 0.99% | 0.94% | - |
| XYZ | 19.19 | 13.4 | 83.24 | - |
| YUV | 80.39 | 217.51 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 89 | 239 | 0.99 | 0.63 | 0 | 0.06 | 218.14 | 0.98 | 0.47 |
| Hex | 3 | 59 | EF | 63 | 3F | 0 | 6 | DA | 62 | 2F |
| Octal | 3 | 131 | 357 | 143 | 77 | 0 | 6 | 332 | 142 | 57 |
| Binary | 11 | 1011001 | 11101111 | 1100011 | 111111 | 0 | 110 | 11011010 | 1100010 | 101111 |
Color Harmonies of #0359EF
Complementary color
Monochromatic Colors of #0359EF
Black with #0359EF
Text Example
Text Example
White with #0359EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0359EF; }
p { color: rgb(3,89,239); }
H1.HeaderClassName
{
color: #0359EF;
}
.AnyTagClassName
{
color: #0359EF;
}
</style>
background-color css
<style>
a { background-color: #0359EF; }
a { background-color: rgb(3,89,239); }
div.DivClassName
{
background-color: #0359EF;
}
.BgClassName
{
background-color: #0359EF;
}
</style>
border-color css
<style>
span { border-color: #0359EF; }
span { border-color: rgb(3,89,239); }
td.TdClassName
{
border-color: #0359EF;
}
.TagClassName
{
border-color: #0359EF;
}
</style>