Shades of Navy Blue #0360FD
Tints of Navy Blue #0360FD
RGB
CMYK
RGB Variations
Color information
#0360FD (or 0x0360FD) is known color: Navy Blue. HEX triplet: 03, 60 and FD. RGB value is (3,96,253). Sum of RGB (Red+Green+Blue) = 3+96+253=352 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 253 (99.22% from 255 or 71.88% from 352); Max value from RGB is 253 - color contains mainly: blue. Hex color #0360FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0360FD is #FC9F02. Grayscale: #555555. Windows color (decimal): -16555779 or 16605187. OLE color: 16605187.
HSL color Cylindrical-coordinate representation of color #0360FD: hue angle of 217.68º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0360FD is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 96 | 253 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.01 |
| HSL | 217.68º | 0.98% | 0.5% | - |
| HSV(B) | 217.68º | 0.99% | 0.99% | - |
| XYZ | 21.95 | 15.48 | 94.76 | - |
| YUV | 86.09 | 222.19 | 68.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 96 | 253 | 0.99 | 0.62 | 0 | 0.01 | 217.68 | 0.98 | 0.5 |
| Hex | 3 | 60 | FD | 63 | 3E | 0 | 1 | DA | 62 | 32 |
| Octal | 3 | 140 | 375 | 143 | 76 | 0 | 1 | 332 | 142 | 62 |
| Binary | 11 | 1100000 | 11111101 | 1100011 | 111110 | 0 | 1 | 11011010 | 1100010 | 110010 |
Color Harmonies of #0360FD
Complementary color
Monochromatic Colors of #0360FD
Black with #0360FD
Text Example
Text Example
White with #0360FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0360FD; }
p { color: rgb(3,96,253); }
H1.HeaderClassName
{
color: #0360FD;
}
.AnyTagClassName
{
color: #0360FD;
}
</style>
background-color css
<style>
a { background-color: #0360FD; }
a { background-color: rgb(3,96,253); }
div.DivClassName
{
background-color: #0360FD;
}
.BgClassName
{
background-color: #0360FD;
}
</style>
border-color css
<style>
span { border-color: #0360FD; }
span { border-color: rgb(3,96,253); }
td.TdClassName
{
border-color: #0360FD;
}
.TagClassName
{
border-color: #0360FD;
}
</style>