Shades of Sapphire #010C5B
Tints of Sapphire #010C5B
RGB
CMYK
RGB Variations
Color information
#010C5B (or 0x010C5B) is known color: Sapphire. HEX triplet: 01, 0C and 5B. RGB value is (1,12,91). Sum of RGB (Red+Green+Blue) = 1+12+91=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 12 (5.08% from 255 or 11.54% from 104); Blue value is 91 (35.94% from 255 or 87.5% from 104); Max value from RGB is 91 - color contains mainly: blue. Hex color #010C5B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010C5B is #FEF3A4. Grayscale: #111111. Windows color (decimal): -16708517 or 5966849. OLE color: 5966849.
HSL color Cylindrical-coordinate representation of color #010C5B: hue angle of 232.67º 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 #010C5B is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 12 | 91 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.64 |
| HSL | 232.67º | 0.98% | 0.18% | - |
| HSV(B) | 232.67º | 0.99% | 0.36% | - |
| XYZ | 2.03 | 1.02 | 9.99 | - |
| YUV | 17.72 | 169.36 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 12 | 91 | 0.99 | 0.87 | 0 | 0.64 | 232.67 | 0.98 | 0.18 |
| Hex | 1 | C | 5B | 63 | 57 | 0 | 40 | E9 | 62 | 12 |
| Octal | 1 | 14 | 133 | 143 | 127 | 0 | 100 | 351 | 142 | 22 |
| Binary | 1 | 1100 | 1011011 | 1100011 | 1010111 | 0 | 1000000 | 11101001 | 1100010 | 10010 |
Color Harmonies of #010C5B
Complementary color
Monochromatic Colors of #010C5B
Black with #010C5B
Text Example
Text Example
White with #010C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010C5B; }
p { color: rgb(1,12,91); }
H1.HeaderClassName
{
color: #010C5B;
}
.AnyTagClassName
{
color: #010C5B;
}
</style>
background-color css
<style>
a { background-color: #010C5B; }
a { background-color: rgb(1,12,91); }
div.DivClassName
{
background-color: #010C5B;
}
.BgClassName
{
background-color: #010C5B;
}
</style>
border-color css
<style>
span { border-color: #010C5B; }
span { border-color: rgb(1,12,91); }
td.TdClassName
{
border-color: #010C5B;
}
.TagClassName
{
border-color: #010C5B;
}
</style>