Shades of Sapphire #01155C
Tints of Sapphire #01155C
RGB
CMYK
RGB Variations
Color information
#01155C (or 0x01155C) is known color: Sapphire. HEX triplet: 01, 15 and 5C. RGB value is (1,21,92). Sum of RGB (Red+Green+Blue) = 1+21+92=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 21 (8.59% from 255 or 18.42% from 114); Blue value is 92 (36.33% from 255 or 80.70% from 114); Max value from RGB is 92 - color contains mainly: blue. Hex color #01155C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01155C is #FEEAA3. Grayscale: #161616. Windows color (decimal): -16706212 or 6034689. OLE color: 6034689.
HSL color Cylindrical-coordinate representation of color #01155C: hue angle of 226.81º 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 #01155C is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 21 | 92 | - |
| CMYK | 0.99 | 0.77 | 0 | 0.64 |
| HSL | 226.81º | 0.98% | 0.18% | - |
| HSV(B) | 226.81º | 0.99% | 0.36% | - |
| XYZ | 2.21 | 1.32 | 10.26 | - |
| YUV | 23.11 | 166.87 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 21 | 92 | 0.99 | 0.77 | 0 | 0.64 | 226.81 | 0.98 | 0.18 |
| Hex | 1 | 15 | 5C | 63 | 4D | 0 | 40 | E3 | 62 | 12 |
| Octal | 1 | 25 | 134 | 143 | 115 | 0 | 100 | 343 | 142 | 22 |
| Binary | 1 | 10101 | 1011100 | 1100011 | 1001101 | 0 | 1000000 | 11100011 | 1100010 | 10010 |
Color Harmonies of #01155C
Complementary color
Monochromatic Colors of #01155C
Black with #01155C
Text Example
Text Example
White with #01155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01155C; }
p { color: rgb(1,21,92); }
H1.HeaderClassName
{
color: #01155C;
}
.AnyTagClassName
{
color: #01155C;
}
</style>
background-color css
<style>
a { background-color: #01155C; }
a { background-color: rgb(1,21,92); }
div.DivClassName
{
background-color: #01155C;
}
.BgClassName
{
background-color: #01155C;
}
</style>
border-color css
<style>
span { border-color: #01155C; }
span { border-color: rgb(1,21,92); }
td.TdClassName
{
border-color: #01155C;
}
.TagClassName
{
border-color: #01155C;
}
</style>