Shades of Navy #010B7A
Tints of Navy #010B7A
RGB
CMYK
RGB Variations
Color information
#010B7A (or 0x010B7A) is known color: Navy. HEX triplet: 01, 0B and 7A. RGB value is (1,11,122). Sum of RGB (Red+Green+Blue) = 1+11+122=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 11 (4.69% from 255 or 8.21% from 134); Blue value is 122 (48.05% from 255 or 91.04% from 134); Max value from RGB is 122 - color contains mainly: blue. Hex color #010B7A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010B7A is #FEF485. Grayscale: #141414. Windows color (decimal): -16708742 or 7998209. OLE color: 7998209.
HSL color Cylindrical-coordinate representation of color #010B7A: hue angle of 235.04º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010B7A is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 1 | 11 | 122 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.52 |
| HSL | 235.04º | 0.98% | 0.24% | - |
| HSV(B) | 235.04º | 0.99% | 0.48% | - |
| XYZ | 3.65 | 1.65 | 18.54 | - |
| YUV | 20.66 | 185.19 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 11 | 122 | 0.99 | 0.91 | 0 | 0.52 | 235.04 | 0.98 | 0.24 |
| Hex | 1 | B | 7A | 63 | 5B | 0 | 34 | EB | 62 | 18 |
| Octal | 1 | 13 | 172 | 143 | 133 | 0 | 64 | 353 | 142 | 30 |
| Binary | 1 | 1011 | 1111010 | 1100011 | 1011011 | 0 | 110100 | 11101011 | 1100010 | 11000 |
Color Harmonies of #010B7A
Complementary color
Monochromatic Colors of #010B7A
Black with #010B7A
Text Example
Text Example
White with #010B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010B7A; }
p { color: rgb(1,11,122); }
H1.HeaderClassName
{
color: #010B7A;
}
.AnyTagClassName
{
color: #010B7A;
}
</style>
background-color css
<style>
a { background-color: #010B7A; }
a { background-color: rgb(1,11,122); }
div.DivClassName
{
background-color: #010B7A;
}
.BgClassName
{
background-color: #010B7A;
}
</style>
border-color css
<style>
span { border-color: #010B7A; }
span { border-color: rgb(1,11,122); }
td.TdClassName
{
border-color: #010B7A;
}
.TagClassName
{
border-color: #010B7A;
}
</style>