Shades of Sapphire #01186B
Tints of Sapphire #01186B
RGB
CMYK
RGB Variations
Color information
#01186B (or 0x01186B) is known color: Sapphire. HEX triplet: 01, 18 and 6B. RGB value is (1,24,107). Sum of RGB (Red+Green+Blue) = 1+24+107=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 24 (9.77% from 255 or 18.18% from 132); Blue value is 107 (42.19% from 255 or 81.06% from 132); Max value from RGB is 107 - color contains mainly: blue. Hex color #01186B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01186B is #FEE794. Grayscale: #1A1A1A. Windows color (decimal): -16705429 or 7018497. OLE color: 7018497.
HSL color Cylindrical-coordinate representation of color #01186B: hue angle of 226.98º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01186B is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 24 | 107 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.58 |
| HSL | 226.98º | 0.98% | 0.21% | - |
| HSV(B) | 226.98º | 0.99% | 0.42% | - |
| XYZ | 2.99 | 1.72 | 14.08 | - |
| YUV | 26.59 | 173.38 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 24 | 107 | 0.99 | 0.78 | 0 | 0.58 | 226.98 | 0.98 | 0.21 |
| Hex | 1 | 18 | 6B | 63 | 4E | 0 | 3A | E3 | 62 | 15 |
| Octal | 1 | 30 | 153 | 143 | 116 | 0 | 72 | 343 | 142 | 25 |
| Binary | 1 | 11000 | 1101011 | 1100011 | 1001110 | 0 | 111010 | 11100011 | 1100010 | 10101 |
Color Harmonies of #01186B
Complementary color
Monochromatic Colors of #01186B
Black with #01186B
Text Example
Text Example
White with #01186B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01186B; }
p { color: rgb(1,24,107); }
H1.HeaderClassName
{
color: #01186B;
}
.AnyTagClassName
{
color: #01186B;
}
</style>
background-color css
<style>
a { background-color: #01186B; }
a { background-color: rgb(1,24,107); }
div.DivClassName
{
background-color: #01186B;
}
.BgClassName
{
background-color: #01186B;
}
</style>
border-color css
<style>
span { border-color: #01186B; }
span { border-color: rgb(1,24,107); }
td.TdClassName
{
border-color: #01186B;
}
.TagClassName
{
border-color: #01186B;
}
</style>