Shades of Navy Blue #0360ED
Tints of Navy Blue #0360ED
RGB
CMYK
RGB Variations
Color information
#0360ED (or 0x0360ED) is known color: Navy Blue. HEX triplet: 03, 60 and ED. RGB value is (3,96,237). Sum of RGB (Red+Green+Blue) = 3+96+237=336 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 237 (92.97% from 255 or 70.54% from 336); Max value from RGB is 237 - color contains mainly: blue. Hex color #0360ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0360ED is #FC9F12. Grayscale: #535353. Windows color (decimal): -16555795 or 15556611. OLE color: 15556611.
HSL color Cylindrical-coordinate representation of color #0360ED: hue angle of 216.15º 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 #0360ED is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 96 | 237 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.07 |
| HSL | 216.15º | 0.98% | 0.47% | - |
| HSV(B) | 216.15º | 0.99% | 0.93% | - |
| XYZ | 19.51 | 14.5 | 81.89 | - |
| YUV | 84.27 | 214.19 | 70.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 96 | 237 | 0.99 | 0.59 | 0 | 0.07 | 216.15 | 0.98 | 0.47 |
| Hex | 3 | 60 | ED | 63 | 3B | 0 | 7 | D8 | 62 | 2F |
| Octal | 3 | 140 | 355 | 143 | 73 | 0 | 7 | 330 | 142 | 57 |
| Binary | 11 | 1100000 | 11101101 | 1100011 | 111011 | 0 | 111 | 11011000 | 1100010 | 101111 |
Color Harmonies of #0360ED
Complementary color
Monochromatic Colors of #0360ED
Black with #0360ED
Text Example
Text Example
White with #0360ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0360ED; }
p { color: rgb(3,96,237); }
H1.HeaderClassName
{
color: #0360ED;
}
.AnyTagClassName
{
color: #0360ED;
}
</style>
background-color css
<style>
a { background-color: #0360ED; }
a { background-color: rgb(3,96,237); }
div.DivClassName
{
background-color: #0360ED;
}
.BgClassName
{
background-color: #0360ED;
}
</style>
border-color css
<style>
span { border-color: #0360ED; }
span { border-color: rgb(3,96,237); }
td.TdClassName
{
border-color: #0360ED;
}
.TagClassName
{
border-color: #0360ED;
}
</style>