Shades of Navy Blue #0361DC
Tints of Navy Blue #0361DC
RGB
CMYK
RGB Variations
Color information
#0361DC (or 0x0361DC) is known color: Navy Blue. HEX triplet: 03, 61 and DC. RGB value is (3,97,220). Sum of RGB (Red+Green+Blue) = 3+97+220=320 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 220 (86.33% from 255 or 68.75% from 320); Max value from RGB is 220 - color contains mainly: blue. Hex color #0361DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0361DC is #FC9E23. Grayscale: #525252. Windows color (decimal): -16555556 or 14442755. OLE color: 14442755.
HSL color Cylindrical-coordinate representation of color #0361DC: hue angle of 214.01º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0361DC is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 97 | 220 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.14 |
| HSL | 214.01º | 0.97% | 0.44% | - |
| HSV(B) | 214.01º | 0.99% | 0.86% | - |
| XYZ | 17.23 | 13.74 | 69.45 | - |
| YUV | 82.92 | 205.36 | 71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 97 | 220 | 0.99 | 0.56 | 0 | 0.14 | 214.01 | 0.97 | 0.44 |
| Hex | 3 | 61 | DC | 63 | 38 | 0 | E | D6 | 61 | 2C |
| Octal | 3 | 141 | 334 | 143 | 70 | 0 | 16 | 326 | 141 | 54 |
| Binary | 11 | 1100001 | 11011100 | 1100011 | 111000 | 0 | 1110 | 11010110 | 1100001 | 101100 |
Color Harmonies of #0361DC
Complementary color
Monochromatic Colors of #0361DC
Black with #0361DC
Text Example
Text Example
White with #0361DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0361DC; }
p { color: rgb(3,97,220); }
H1.HeaderClassName
{
color: #0361DC;
}
.AnyTagClassName
{
color: #0361DC;
}
</style>
background-color css
<style>
a { background-color: #0361DC; }
a { background-color: rgb(3,97,220); }
div.DivClassName
{
background-color: #0361DC;
}
.BgClassName
{
background-color: #0361DC;
}
</style>
border-color css
<style>
span { border-color: #0361DC; }
span { border-color: rgb(3,97,220); }
td.TdClassName
{
border-color: #0361DC;
}
.TagClassName
{
border-color: #0361DC;
}
</style>