Shades of Navy #010361
Tints of Navy #010361
RGB
CMYK
RGB Variations
Color information
#010361 (or 0x010361) is known color: Navy. HEX triplet: 01, 03 and 61. RGB value is (1,3,97). Sum of RGB (Red+Green+Blue) = 1+3+97=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 97 (38.28% from 255 or 96.04% from 101); Max value from RGB is 97 - color contains mainly: blue. Hex color #010361 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010361 is #FEFC9E. Grayscale: #0C0C0C. Windows color (decimal): -16710815 or 6357761. OLE color: 6357761.
HSL color Cylindrical-coordinate representation of color #010361: hue angle of 238.75º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010361 is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 3 | 97 | - |
| CMYK | 0.99 | 0.97 | 0 | 0.62 |
| HSL | 238.75º | 0.98% | 0.19% | - |
| HSV(B) | 238.75º | 0.99% | 0.38% | - |
| XYZ | 2.2 | 0.93 | 11.37 | - |
| YUV | 13.12 | 175.34 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 3 | 97 | 0.99 | 0.97 | 0 | 0.62 | 238.75 | 0.98 | 0.19 |
| Hex | 1 | 3 | 61 | 63 | 61 | 0 | 3E | EF | 62 | 13 |
| Octal | 1 | 3 | 141 | 143 | 141 | 0 | 76 | 357 | 142 | 23 |
| Binary | 1 | 11 | 1100001 | 1100011 | 1100001 | 0 | 111110 | 11101111 | 1100010 | 10011 |
Color Harmonies of #010361
Complementary color
Monochromatic Colors of #010361
Black with #010361
Text Example
Text Example
White with #010361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010361; }
p { color: rgb(1,3,97); }
H1.HeaderClassName
{
color: #010361;
}
.AnyTagClassName
{
color: #010361;
}
</style>
background-color css
<style>
a { background-color: #010361; }
a { background-color: rgb(1,3,97); }
div.DivClassName
{
background-color: #010361;
}
.BgClassName
{
background-color: #010361;
}
</style>
border-color css
<style>
span { border-color: #010361; }
span { border-color: rgb(1,3,97); }
td.TdClassName
{
border-color: #010361;
}
.TagClassName
{
border-color: #010361;
}
</style>