Shades of Navy Blue #0360FE
Tints of Navy Blue #0360FE
RGB
CMYK
RGB Variations
Color information
#0360FE (or 0x0360FE) is known color: Navy Blue. HEX triplet: 03, 60 and FE. RGB value is (3,96,254). Sum of RGB (Red+Green+Blue) = 3+96+254=353 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 254 (99.61% from 255 or 71.95% from 353); Max value from RGB is 254 - color contains mainly: blue. Hex color #0360FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0360FE is #FC9F01. Grayscale: #555555. Windows color (decimal): -16555778 or 16670723. OLE color: 16670723.
HSL color Cylindrical-coordinate representation of color #0360FE: hue angle of 217.77º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0360FE is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 96 | 254 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.00 |
| HSL | 217.77º | 0.99% | 0.5% | - |
| HSV(B) | 217.77º | 0.99% | 1% | - |
| XYZ | 22.11 | 15.54 | 95.6 | - |
| YUV | 86.21 | 222.69 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 96 | 254 | 0.99 | 0.62 | 0 | 0.00 | 217.77 | 0.99 | 0.5 |
| Hex | 3 | 60 | FE | 63 | 3E | 0 | 0 | DA | 63 | 32 |
| Octal | 3 | 140 | 376 | 143 | 76 | 0 | 0 | 332 | 143 | 62 |
| Binary | 11 | 1100000 | 11111110 | 1100011 | 111110 | 0 | 0 | 11011010 | 1100011 | 110010 |
Color Harmonies of #0360FE
Complementary color
Monochromatic Colors of #0360FE
Black with #0360FE
Text Example
Text Example
White with #0360FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0360FE; }
p { color: rgb(3,96,254); }
H1.HeaderClassName
{
color: #0360FE;
}
.AnyTagClassName
{
color: #0360FE;
}
</style>
background-color css
<style>
a { background-color: #0360FE; }
a { background-color: rgb(3,96,254); }
div.DivClassName
{
background-color: #0360FE;
}
.BgClassName
{
background-color: #0360FE;
}
</style>
border-color css
<style>
span { border-color: #0360FE; }
span { border-color: rgb(3,96,254); }
td.TdClassName
{
border-color: #0360FE;
}
.TagClassName
{
border-color: #0360FE;
}
</style>