Shades of Navy #010B75
Tints of Navy #010B75
RGB
CMYK
RGB Variations
Color information
#010B75 (or 0x010B75) is known color: Navy. HEX triplet: 01, 0B and 75. RGB value is (1,11,117). Sum of RGB (Red+Green+Blue) = 1+11+117=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 11 (4.69% from 255 or 8.53% from 129); Blue value is 117 (46.09% from 255 or 90.70% from 129); Max value from RGB is 117 - color contains mainly: blue. Hex color #010B75 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010B75 is #FEF48A. Grayscale: #131313. Windows color (decimal): -16708747 or 7670529. OLE color: 7670529.
HSL color Cylindrical-coordinate representation of color #010B75: hue angle of 234.83º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010B75 is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 11 | 117 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.54 |
| HSL | 234.83º | 0.98% | 0.23% | - |
| HSV(B) | 234.83º | 0.99% | 0.46% | - |
| XYZ | 3.34 | 1.53 | 16.95 | - |
| YUV | 20.09 | 182.69 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 11 | 117 | 0.99 | 0.91 | 0 | 0.54 | 234.83 | 0.98 | 0.23 |
| Hex | 1 | B | 75 | 63 | 5B | 0 | 36 | EB | 62 | 17 |
| Octal | 1 | 13 | 165 | 143 | 133 | 0 | 66 | 353 | 142 | 27 |
| Binary | 1 | 1011 | 1110101 | 1100011 | 1011011 | 0 | 110110 | 11101011 | 1100010 | 10111 |
Color Harmonies of #010B75
Complementary color
Monochromatic Colors of #010B75
Black with #010B75
Text Example
Text Example
White with #010B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010B75; }
p { color: rgb(1,11,117); }
H1.HeaderClassName
{
color: #010B75;
}
.AnyTagClassName
{
color: #010B75;
}
</style>
background-color css
<style>
a { background-color: #010B75; }
a { background-color: rgb(1,11,117); }
div.DivClassName
{
background-color: #010B75;
}
.BgClassName
{
background-color: #010B75;
}
</style>
border-color css
<style>
span { border-color: #010B75; }
span { border-color: rgb(1,11,117); }
td.TdClassName
{
border-color: #010B75;
}
.TagClassName
{
border-color: #010B75;
}
</style>