Shades of Sapphire #010B5C
Tints of Sapphire #010B5C
RGB
CMYK
RGB Variations
Color information
#010B5C (or 0x010B5C) is known color: Sapphire. HEX triplet: 01, 0B and 5C. RGB value is (1,11,92). Sum of RGB (Red+Green+Blue) = 1+11+92=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 11 (4.69% from 255 or 10.58% from 104); Blue value is 92 (36.33% from 255 or 88.46% from 104); Max value from RGB is 92 - color contains mainly: blue. Hex color #010B5C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010B5C is #FEF4A3. Grayscale: #101010. Windows color (decimal): -16708772 or 6032129. OLE color: 6032129.
HSL color Cylindrical-coordinate representation of color #010B5C: hue angle of 233.41º 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 #010B5C is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 11 | 92 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.64 |
| HSL | 233.41º | 0.98% | 0.18% | - |
| HSV(B) | 233.41º | 0.99% | 0.36% | - |
| XYZ | 2.06 | 1.02 | 10.21 | - |
| YUV | 17.24 | 170.19 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 11 | 92 | 0.99 | 0.88 | 0 | 0.64 | 233.41 | 0.98 | 0.18 |
| Hex | 1 | B | 5C | 63 | 58 | 0 | 40 | E9 | 62 | 12 |
| Octal | 1 | 13 | 134 | 143 | 130 | 0 | 100 | 351 | 142 | 22 |
| Binary | 1 | 1011 | 1011100 | 1100011 | 1011000 | 0 | 1000000 | 11101001 | 1100010 | 10010 |
Color Harmonies of #010B5C
Complementary color
Monochromatic Colors of #010B5C
Black with #010B5C
Text Example
Text Example
White with #010B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010B5C; }
p { color: rgb(1,11,92); }
H1.HeaderClassName
{
color: #010B5C;
}
.AnyTagClassName
{
color: #010B5C;
}
</style>
background-color css
<style>
a { background-color: #010B5C; }
a { background-color: rgb(1,11,92); }
div.DivClassName
{
background-color: #010B5C;
}
.BgClassName
{
background-color: #010B5C;
}
</style>
border-color css
<style>
span { border-color: #010B5C; }
span { border-color: rgb(1,11,92); }
td.TdClassName
{
border-color: #010B5C;
}
.TagClassName
{
border-color: #010B5C;
}
</style>