Shades of Sapphire #01187B
Tints of Sapphire #01187B
RGB
CMYK
RGB Variations
Color information
#01187B (or 0x01187B) is known color: Sapphire. HEX triplet: 01, 18 and 7B. RGB value is (1,24,123). Sum of RGB (Red+Green+Blue) = 1+24+123=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 123 (48.44% from 255 or 83.11% from 148); Max value from RGB is 123 - color contains mainly: blue. Hex color #01187B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01187B is #FEE784. Grayscale: #1B1B1B. Windows color (decimal): -16705413 or 8067073. OLE color: 8067073.
HSL color Cylindrical-coordinate representation of color #01187B: hue angle of 228.69º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01187B is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 1 | 24 | 123 | - |
| CMYK | 0.99 | 0.80 | 0 | 0.52 |
| HSL | 228.69º | 0.98% | 0.24% | - |
| HSV(B) | 228.69º | 0.99% | 0.48% | - |
| XYZ | 3.91 | 2.09 | 18.94 | - |
| YUV | 28.41 | 181.38 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 24 | 123 | 0.99 | 0.80 | 0 | 0.52 | 228.69 | 0.98 | 0.24 |
| Hex | 1 | 18 | 7B | 63 | 50 | 0 | 34 | E5 | 62 | 18 |
| Octal | 1 | 30 | 173 | 143 | 120 | 0 | 64 | 345 | 142 | 30 |
| Binary | 1 | 11000 | 1111011 | 1100011 | 1010000 | 0 | 110100 | 11100101 | 1100010 | 11000 |
Color Harmonies of #01187B
Complementary color
Monochromatic Colors of #01187B
Black with #01187B
Text Example
Text Example
White with #01187B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01187B; }
p { color: rgb(1,24,123); }
H1.HeaderClassName
{
color: #01187B;
}
.AnyTagClassName
{
color: #01187B;
}
</style>
background-color css
<style>
a { background-color: #01187B; }
a { background-color: rgb(1,24,123); }
div.DivClassName
{
background-color: #01187B;
}
.BgClassName
{
background-color: #01187B;
}
</style>
border-color css
<style>
span { border-color: #01187B; }
span { border-color: rgb(1,24,123); }
td.TdClassName
{
border-color: #01187B;
}
.TagClassName
{
border-color: #01187B;
}
</style>