Shades of Sapphire #010B5B
Tints of Sapphire #010B5B
RGB
CMYK
RGB Variations
Color information
#010B5B (or 0x010B5B) is known color: Sapphire. HEX triplet: 01, 0B and 5B. RGB value is (1,11,91). Sum of RGB (Red+Green+Blue) = 1+11+91=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 11 (4.69% from 255 or 10.68% from 103); Blue value is 91 (35.94% from 255 or 88.35% from 103); Max value from RGB is 91 - color contains mainly: blue. Hex color #010B5B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010B5B is #FEF4A4. Grayscale: #101010. Windows color (decimal): -16708773 or 5966593. OLE color: 5966593.
HSL color Cylindrical-coordinate representation of color #010B5B: hue angle of 233.33º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010B5B is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 11 | 91 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.64 |
| HSL | 233.33º | 0.98% | 0.18% | - |
| HSV(B) | 233.33º | 0.99% | 0.36% | - |
| XYZ | 2.02 | 1 | 9.98 | - |
| YUV | 17.13 | 169.69 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 11 | 91 | 0.99 | 0.88 | 0 | 0.64 | 233.33 | 0.98 | 0.18 |
| Hex | 1 | B | 5B | 63 | 58 | 0 | 40 | E9 | 62 | 12 |
| Octal | 1 | 13 | 133 | 143 | 130 | 0 | 100 | 351 | 142 | 22 |
| Binary | 1 | 1011 | 1011011 | 1100011 | 1011000 | 0 | 1000000 | 11101001 | 1100010 | 10010 |
Color Harmonies of #010B5B
Complementary color
Monochromatic Colors of #010B5B
Black with #010B5B
Text Example
Text Example
White with #010B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010B5B; }
p { color: rgb(1,11,91); }
H1.HeaderClassName
{
color: #010B5B;
}
.AnyTagClassName
{
color: #010B5B;
}
</style>
background-color css
<style>
a { background-color: #010B5B; }
a { background-color: rgb(1,11,91); }
div.DivClassName
{
background-color: #010B5B;
}
.BgClassName
{
background-color: #010B5B;
}
</style>
border-color css
<style>
span { border-color: #010B5B; }
span { border-color: rgb(1,11,91); }
td.TdClassName
{
border-color: #010B5B;
}
.TagClassName
{
border-color: #010B5B;
}
</style>