Shades of Sapphire #01145D
Tints of Sapphire #01145D
RGB
CMYK
RGB Variations
Color information
#01145D (or 0x01145D) is known color: Sapphire. HEX triplet: 01, 14 and 5D. RGB value is (1,20,93). Sum of RGB (Red+Green+Blue) = 1+20+93=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 20 (8.20% from 255 or 17.54% from 114); Blue value is 93 (36.72% from 255 or 81.58% from 114); Max value from RGB is 93 - color contains mainly: blue. Hex color #01145D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01145D is #FEEBA2. Grayscale: #161616. Windows color (decimal): -16706467 or 6099969. OLE color: 6099969.
HSL color Cylindrical-coordinate representation of color #01145D: hue angle of 227.61º 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 #01145D is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 20 | 93 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.64 |
| HSL | 227.61º | 0.98% | 0.18% | - |
| HSV(B) | 227.61º | 0.99% | 0.36% | - |
| XYZ | 2.24 | 1.3 | 10.49 | - |
| YUV | 22.64 | 167.71 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 20 | 93 | 0.99 | 0.78 | 0 | 0.64 | 227.61 | 0.98 | 0.18 |
| Hex | 1 | 14 | 5D | 63 | 4E | 0 | 40 | E4 | 62 | 12 |
| Octal | 1 | 24 | 135 | 143 | 116 | 0 | 100 | 344 | 142 | 22 |
| Binary | 1 | 10100 | 1011101 | 1100011 | 1001110 | 0 | 1000000 | 11100100 | 1100010 | 10010 |
Color Harmonies of #01145D
Complementary color
Monochromatic Colors of #01145D
Black with #01145D
Text Example
Text Example
White with #01145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01145D; }
p { color: rgb(1,20,93); }
H1.HeaderClassName
{
color: #01145D;
}
.AnyTagClassName
{
color: #01145D;
}
</style>
background-color css
<style>
a { background-color: #01145D; }
a { background-color: rgb(1,20,93); }
div.DivClassName
{
background-color: #01145D;
}
.BgClassName
{
background-color: #01145D;
}
</style>
border-color css
<style>
span { border-color: #01145D; }
span { border-color: rgb(1,20,93); }
td.TdClassName
{
border-color: #01145D;
}
.TagClassName
{
border-color: #01145D;
}
</style>