Shades of Navy Blue #0361DE
Tints of Navy Blue #0361DE
RGB
CMYK
RGB Variations
Color information
#0361DE (or 0x0361DE) is known color: Navy Blue. HEX triplet: 03, 61 and DE. RGB value is (3,97,222). Sum of RGB (Red+Green+Blue) = 3+97+222=322 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 222 (87.11% from 255 or 68.94% from 322); Max value from RGB is 222 - color contains mainly: blue. Hex color #0361DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0361DE is #FC9E21. Grayscale: #525252. Windows color (decimal): -16555554 or 14573827. OLE color: 14573827.
HSL color Cylindrical-coordinate representation of color #0361DE: hue angle of 214.25º 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 #0361DE is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 97 | 222 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.13 |
| HSL | 214.25º | 0.97% | 0.44% | - |
| HSV(B) | 214.25º | 0.99% | 0.87% | - |
| XYZ | 17.5 | 13.84 | 70.86 | - |
| YUV | 83.14 | 206.36 | 70.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 97 | 222 | 0.99 | 0.56 | 0 | 0.13 | 214.25 | 0.97 | 0.44 |
| Hex | 3 | 61 | DE | 63 | 38 | 0 | D | D6 | 61 | 2C |
| Octal | 3 | 141 | 336 | 143 | 70 | 0 | 15 | 326 | 141 | 54 |
| Binary | 11 | 1100001 | 11011110 | 1100011 | 111000 | 0 | 1101 | 11010110 | 1100001 | 101100 |
Color Harmonies of #0361DE
Complementary color
Monochromatic Colors of #0361DE
Black with #0361DE
Text Example
Text Example
White with #0361DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0361DE; }
p { color: rgb(3,97,222); }
H1.HeaderClassName
{
color: #0361DE;
}
.AnyTagClassName
{
color: #0361DE;
}
</style>
background-color css
<style>
a { background-color: #0361DE; }
a { background-color: rgb(3,97,222); }
div.DivClassName
{
background-color: #0361DE;
}
.BgClassName
{
background-color: #0361DE;
}
</style>
border-color css
<style>
span { border-color: #0361DE; }
span { border-color: rgb(3,97,222); }
td.TdClassName
{
border-color: #0361DE;
}
.TagClassName
{
border-color: #0361DE;
}
</style>