Shades of Navy #010B6F
Tints of Navy #010B6F
RGB
CMYK
RGB Variations
Color information
#010B6F (or 0x010B6F) is known color: Navy. HEX triplet: 01, 0B and 6F. RGB value is (1,11,111). Sum of RGB (Red+Green+Blue) = 1+11+111=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 11 (4.69% from 255 or 8.94% from 123); Blue value is 111 (43.75% from 255 or 90.24% from 123); Max value from RGB is 111 - color contains mainly: blue. Hex color #010B6F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010B6F is #FEF490. Grayscale: #131313. Windows color (decimal): -16708753 or 7277313. OLE color: 7277313.
HSL color Cylindrical-coordinate representation of color #010B6F: hue angle of 234.55º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010B6F is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 11 | 111 | - |
| CMYK | 0.99 | 0.90 | 0 | 0.56 |
| HSL | 234.55º | 0.98% | 0.22% | - |
| HSV(B) | 234.55º | 0.99% | 0.44% | - |
| XYZ | 3 | 1.39 | 15.15 | - |
| YUV | 19.41 | 179.69 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 11 | 111 | 0.99 | 0.90 | 0 | 0.56 | 234.55 | 0.98 | 0.22 |
| Hex | 1 | B | 6F | 63 | 5A | 0 | 38 | EB | 62 | 16 |
| Octal | 1 | 13 | 157 | 143 | 132 | 0 | 70 | 353 | 142 | 26 |
| Binary | 1 | 1011 | 1101111 | 1100011 | 1011010 | 0 | 111000 | 11101011 | 1100010 | 10110 |
Color Harmonies of #010B6F
Complementary color
Monochromatic Colors of #010B6F
Black with #010B6F
Text Example
Text Example
White with #010B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010B6F; }
p { color: rgb(1,11,111); }
H1.HeaderClassName
{
color: #010B6F;
}
.AnyTagClassName
{
color: #010B6F;
}
</style>
background-color css
<style>
a { background-color: #010B6F; }
a { background-color: rgb(1,11,111); }
div.DivClassName
{
background-color: #010B6F;
}
.BgClassName
{
background-color: #010B6F;
}
</style>
border-color css
<style>
span { border-color: #010B6F; }
span { border-color: rgb(1,11,111); }
td.TdClassName
{
border-color: #010B6F;
}
.TagClassName
{
border-color: #010B6F;
}
</style>