Shades of Navy #010B84
Tints of Navy #010B84
RGB
CMYK
RGB Variations
Color information
#010B84 (or 0x010B84) is known color: Navy. HEX triplet: 01, 0B and 84. RGB value is (1,11,132). Sum of RGB (Red+Green+Blue) = 1+11+132=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 11 (4.69% from 255 or 7.64% from 144); Blue value is 132 (51.95% from 255 or 91.67% from 144); Max value from RGB is 132 - color contains mainly: blue. Hex color #010B84 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010B84 is #FEF47B. Grayscale: #151515. Windows color (decimal): -16708732 or 8653569. OLE color: 8653569.
HSL color Cylindrical-coordinate representation of color #010B84: hue angle of 235.42º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010B84 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 11 | 132 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.48 |
| HSL | 235.42º | 0.98% | 0.26% | - |
| HSV(B) | 235.42º | 0.99% | 0.52% | - |
| XYZ | 4.3 | 1.91 | 21.97 | - |
| YUV | 21.8 | 190.19 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 11 | 132 | 0.99 | 0.92 | 0 | 0.48 | 235.42 | 0.98 | 0.26 |
| Hex | 1 | B | 84 | 63 | 5C | 0 | 30 | EB | 62 | 1A |
| Octal | 1 | 13 | 204 | 143 | 134 | 0 | 60 | 353 | 142 | 32 |
| Binary | 1 | 1011 | 10000100 | 1100011 | 1011100 | 0 | 110000 | 11101011 | 1100010 | 11010 |
Color Harmonies of #010B84
Complementary color
Monochromatic Colors of #010B84
Black with #010B84
Text Example
Text Example
White with #010B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010B84; }
p { color: rgb(1,11,132); }
H1.HeaderClassName
{
color: #010B84;
}
.AnyTagClassName
{
color: #010B84;
}
</style>
background-color css
<style>
a { background-color: #010B84; }
a { background-color: rgb(1,11,132); }
div.DivClassName
{
background-color: #010B84;
}
.BgClassName
{
background-color: #010B84;
}
</style>
border-color css
<style>
span { border-color: #010B84; }
span { border-color: rgb(1,11,132); }
td.TdClassName
{
border-color: #010B84;
}
.TagClassName
{
border-color: #010B84;
}
</style>