Shades of Sapphire #010B61
Tints of Sapphire #010B61
RGB
CMYK
RGB Variations
Color information
#010B61 (or 0x010B61) is known color: Sapphire. HEX triplet: 01, 0B and 61. RGB value is (1,11,97). Sum of RGB (Red+Green+Blue) = 1+11+97=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 11 (4.69% from 255 or 10.09% from 109); Blue value is 97 (38.28% from 255 or 88.99% from 109); Max value from RGB is 97 - color contains mainly: blue. Hex color #010B61 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010B61 is #FEF49E. Grayscale: #111111. Windows color (decimal): -16708767 or 6359809. OLE color: 6359809.
HSL color Cylindrical-coordinate representation of color #010B61: hue angle of 233.75º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010B61 is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 11 | 97 | - |
| CMYK | 0.99 | 0.89 | 0 | 0.62 |
| HSL | 233.75º | 0.98% | 0.19% | - |
| HSV(B) | 233.75º | 0.99% | 0.38% | - |
| XYZ | 2.29 | 1.11 | 11.4 | - |
| YUV | 17.81 | 172.69 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 11 | 97 | 0.99 | 0.89 | 0 | 0.62 | 233.75 | 0.98 | 0.19 |
| Hex | 1 | B | 61 | 63 | 59 | 0 | 3E | EA | 62 | 13 |
| Octal | 1 | 13 | 141 | 143 | 131 | 0 | 76 | 352 | 142 | 23 |
| Binary | 1 | 1011 | 1100001 | 1100011 | 1011001 | 0 | 111110 | 11101010 | 1100010 | 10011 |
Color Harmonies of #010B61
Complementary color
Monochromatic Colors of #010B61
Black with #010B61
Text Example
Text Example
White with #010B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010B61; }
p { color: rgb(1,11,97); }
H1.HeaderClassName
{
color: #010B61;
}
.AnyTagClassName
{
color: #010B61;
}
</style>
background-color css
<style>
a { background-color: #010B61; }
a { background-color: rgb(1,11,97); }
div.DivClassName
{
background-color: #010B61;
}
.BgClassName
{
background-color: #010B61;
}
</style>
border-color css
<style>
span { border-color: #010B61; }
span { border-color: rgb(1,11,97); }
td.TdClassName
{
border-color: #010B61;
}
.TagClassName
{
border-color: #010B61;
}
</style>