Shades of Navy Blue #0361DF
Tints of Navy Blue #0361DF
RGB
CMYK
RGB Variations
Color information
#0361DF (or 0x0361DF) is known color: Navy Blue. HEX triplet: 03, 61 and DF. RGB value is (3,97,223). Sum of RGB (Red+Green+Blue) = 3+97+223=323 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 223 (87.5% from 255 or 69.04% from 323); Max value from RGB is 223 - color contains mainly: blue. Hex color #0361DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0361DF is #FC9E20. Grayscale: #525252. Windows color (decimal): -16555553 or 14639363. OLE color: 14639363.
HSL color Cylindrical-coordinate representation of color #0361DF: hue angle of 214.36º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0361DF is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 97 | 223 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.13 |
| HSL | 214.36º | 0.97% | 0.44% | - |
| HSV(B) | 214.36º | 0.99% | 0.87% | - |
| XYZ | 17.63 | 13.9 | 71.57 | - |
| YUV | 83.26 | 206.86 | 70.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 97 | 223 | 0.99 | 0.57 | 0 | 0.13 | 214.36 | 0.97 | 0.44 |
| Hex | 3 | 61 | DF | 63 | 39 | 0 | D | D6 | 61 | 2C |
| Octal | 3 | 141 | 337 | 143 | 71 | 0 | 15 | 326 | 141 | 54 |
| Binary | 11 | 1100001 | 11011111 | 1100011 | 111001 | 0 | 1101 | 11010110 | 1100001 | 101100 |
Color Harmonies of #0361DF
Complementary color
Monochromatic Colors of #0361DF
Black with #0361DF
Text Example
Text Example
White with #0361DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0361DF; }
p { color: rgb(3,97,223); }
H1.HeaderClassName
{
color: #0361DF;
}
.AnyTagClassName
{
color: #0361DF;
}
</style>
background-color css
<style>
a { background-color: #0361DF; }
a { background-color: rgb(3,97,223); }
div.DivClassName
{
background-color: #0361DF;
}
.BgClassName
{
background-color: #0361DF;
}
</style>
border-color css
<style>
span { border-color: #0361DF; }
span { border-color: rgb(3,97,223); }
td.TdClassName
{
border-color: #0361DF;
}
.TagClassName
{
border-color: #0361DF;
}
</style>