Shades of Navy Blue #0360E5
Tints of Navy Blue #0360E5
RGB
CMYK
RGB Variations
Color information
#0360E5 (or 0x0360E5) is known color: Navy Blue. HEX triplet: 03, 60 and E5. RGB value is (3,96,229). Sum of RGB (Red+Green+Blue) = 3+96+229=328 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 229 (89.84% from 255 or 69.82% from 328); Max value from RGB is 229 - color contains mainly: blue. Hex color #0360E5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0360E5 is #FC9F1A. Grayscale: #525252. Windows color (decimal): -16555803 or 15032323. OLE color: 15032323.
HSL color Cylindrical-coordinate representation of color #0360E5: hue angle of 215.31º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0360E5 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 3 | 96 | 229 | - |
| CMYK | 0.99 | 0.58 | 0 | 0.10 |
| HSL | 215.31º | 0.97% | 0.45% | - |
| HSV(B) | 215.31º | 0.99% | 0.9% | - |
| XYZ | 18.36 | 14.04 | 75.87 | - |
| YUV | 83.36 | 210.19 | 70.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 96 | 229 | 0.99 | 0.58 | 0 | 0.10 | 215.31 | 0.97 | 0.45 |
| Hex | 3 | 60 | E5 | 63 | 3A | 0 | A | D7 | 61 | 2D |
| Octal | 3 | 140 | 345 | 143 | 72 | 0 | 12 | 327 | 141 | 55 |
| Binary | 11 | 1100000 | 11100101 | 1100011 | 111010 | 0 | 1010 | 11010111 | 1100001 | 101101 |
Color Harmonies of #0360E5
Complementary color
Monochromatic Colors of #0360E5
Black with #0360E5
Text Example
Text Example
White with #0360E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0360E5; }
p { color: rgb(3,96,229); }
H1.HeaderClassName
{
color: #0360E5;
}
.AnyTagClassName
{
color: #0360E5;
}
</style>
background-color css
<style>
a { background-color: #0360E5; }
a { background-color: rgb(3,96,229); }
div.DivClassName
{
background-color: #0360E5;
}
.BgClassName
{
background-color: #0360E5;
}
</style>
border-color css
<style>
span { border-color: #0360E5; }
span { border-color: rgb(3,96,229); }
td.TdClassName
{
border-color: #0360E5;
}
.TagClassName
{
border-color: #0360E5;
}
</style>