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