Shades of Navy #010B69
Tints of Navy #010B69
RGB
CMYK
RGB Variations
Color information
#010B69 (or 0x010B69) is known color: Navy. HEX triplet: 01, 0B and 69. RGB value is (1,11,105). Sum of RGB (Red+Green+Blue) = 1+11+105=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 11 (4.69% from 255 or 9.40% from 117); Blue value is 105 (41.41% from 255 or 89.74% from 117); Max value from RGB is 105 - color contains mainly: blue. Hex color #010B69 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010B69 is #FEF496. Grayscale: #121212. Windows color (decimal): -16708759 or 6884097. OLE color: 6884097.
HSL color Cylindrical-coordinate representation of color #010B69: hue angle of 234.23º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010B69 is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 11 | 105 | - |
| CMYK | 0.99 | 0.90 | 0 | 0.59 |
| HSL | 234.23º | 0.98% | 0.21% | - |
| HSV(B) | 234.23º | 0.99% | 0.41% | - |
| XYZ | 2.68 | 1.27 | 13.47 | - |
| YUV | 18.73 | 176.69 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 11 | 105 | 0.99 | 0.90 | 0 | 0.59 | 234.23 | 0.98 | 0.21 |
| Hex | 1 | B | 69 | 63 | 5A | 0 | 3B | EA | 62 | 15 |
| Octal | 1 | 13 | 151 | 143 | 132 | 0 | 73 | 352 | 142 | 25 |
| Binary | 1 | 1011 | 1101001 | 1100011 | 1011010 | 0 | 111011 | 11101010 | 1100010 | 10101 |
Color Harmonies of #010B69
Complementary color
Monochromatic Colors of #010B69
Black with #010B69
Text Example
Text Example
White with #010B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010B69; }
p { color: rgb(1,11,105); }
H1.HeaderClassName
{
color: #010B69;
}
.AnyTagClassName
{
color: #010B69;
}
</style>
background-color css
<style>
a { background-color: #010B69; }
a { background-color: rgb(1,11,105); }
div.DivClassName
{
background-color: #010B69;
}
.BgClassName
{
background-color: #010B69;
}
</style>
border-color css
<style>
span { border-color: #010B69; }
span { border-color: rgb(1,11,105); }
td.TdClassName
{
border-color: #010B69;
}
.TagClassName
{
border-color: #010B69;
}
</style>