Shades of Sapphire #01185B
Tints of Sapphire #01185B
RGB
CMYK
RGB Variations
Color information
#01185B (or 0x01185B) is known color: Sapphire. HEX triplet: 01, 18 and 5B. RGB value is (1,24,91). Sum of RGB (Red+Green+Blue) = 1+24+91=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 24 (9.77% from 255 or 20.69% from 116); Blue value is 91 (35.94% from 255 or 78.45% from 116); Max value from RGB is 91 - color contains mainly: blue. Hex color #01185B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01185B is #FEE7A4. Grayscale: #181818. Windows color (decimal): -16705445 or 5969921. OLE color: 5969921.
HSL color Cylindrical-coordinate representation of color #01185B: hue angle of 224.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 #01185B is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 24 | 91 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.64 |
| HSL | 224.67º | 0.98% | 0.18% | - |
| HSV(B) | 224.67º | 0.99% | 0.36% | - |
| XYZ | 2.23 | 1.42 | 10.05 | - |
| YUV | 24.76 | 165.38 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 24 | 91 | 0.99 | 0.74 | 0 | 0.64 | 224.67 | 0.98 | 0.18 |
| Hex | 1 | 18 | 5B | 63 | 4A | 0 | 40 | E1 | 62 | 12 |
| Octal | 1 | 30 | 133 | 143 | 112 | 0 | 100 | 341 | 142 | 22 |
| Binary | 1 | 11000 | 1011011 | 1100011 | 1001010 | 0 | 1000000 | 11100001 | 1100010 | 10010 |
Color Harmonies of #01185B
Complementary color
Monochromatic Colors of #01185B
Black with #01185B
Text Example
Text Example
White with #01185B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01185B; }
p { color: rgb(1,24,91); }
H1.HeaderClassName
{
color: #01185B;
}
.AnyTagClassName
{
color: #01185B;
}
</style>
background-color css
<style>
a { background-color: #01185B; }
a { background-color: rgb(1,24,91); }
div.DivClassName
{
background-color: #01185B;
}
.BgClassName
{
background-color: #01185B;
}
</style>
border-color css
<style>
span { border-color: #01185B; }
span { border-color: rgb(1,24,91); }
td.TdClassName
{
border-color: #01185B;
}
.TagClassName
{
border-color: #01185B;
}
</style>