Shades of Navy #010B6C
Tints of Navy #010B6C
RGB
CMYK
RGB Variations
Color information
#010B6C (or 0x010B6C) is known color: Navy. HEX triplet: 01, 0B and 6C. RGB value is (1,11,108). Sum of RGB (Red+Green+Blue) = 1+11+108=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 11 (4.69% from 255 or 9.17% from 120); Blue value is 108 (42.58% from 255 or 90% from 120); Max value from RGB is 108 - color contains mainly: blue. Hex color #010B6C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010B6C is #FEF493. Grayscale: #121212. Windows color (decimal): -16708756 or 7080705. OLE color: 7080705.
HSL color Cylindrical-coordinate representation of color #010B6C: hue angle of 234.39º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010B6C is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 11 | 108 | - |
| CMYK | 0.99 | 0.90 | 0 | 0.58 |
| HSL | 234.39º | 0.98% | 0.21% | - |
| HSV(B) | 234.39º | 0.99% | 0.42% | - |
| XYZ | 2.84 | 1.33 | 14.29 | - |
| YUV | 19.07 | 178.19 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 11 | 108 | 0.99 | 0.90 | 0 | 0.58 | 234.39 | 0.98 | 0.21 |
| Hex | 1 | B | 6C | 63 | 5A | 0 | 3A | EA | 62 | 15 |
| Octal | 1 | 13 | 154 | 143 | 132 | 0 | 72 | 352 | 142 | 25 |
| Binary | 1 | 1011 | 1101100 | 1100011 | 1011010 | 0 | 111010 | 11101010 | 1100010 | 10101 |
Color Harmonies of #010B6C
Complementary color
Monochromatic Colors of #010B6C
Black with #010B6C
Text Example
Text Example
White with #010B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010B6C; }
p { color: rgb(1,11,108); }
H1.HeaderClassName
{
color: #010B6C;
}
.AnyTagClassName
{
color: #010B6C;
}
</style>
background-color css
<style>
a { background-color: #010B6C; }
a { background-color: rgb(1,11,108); }
div.DivClassName
{
background-color: #010B6C;
}
.BgClassName
{
background-color: #010B6C;
}
</style>
border-color css
<style>
span { border-color: #010B6C; }
span { border-color: rgb(1,11,108); }
td.TdClassName
{
border-color: #010B6C;
}
.TagClassName
{
border-color: #010B6C;
}
</style>