Shades of Sapphire #01195D
Tints of Sapphire #01195D
RGB
CMYK
RGB Variations
Color information
#01195D (or 0x01195D) is known color: Sapphire. HEX triplet: 01, 19 and 5D. RGB value is (1,25,93). Sum of RGB (Red+Green+Blue) = 1+25+93=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 25 (10.16% from 255 or 21.01% from 119); Blue value is 93 (36.72% from 255 or 78.15% from 119); Max value from RGB is 93 - color contains mainly: blue. Hex color #01195D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01195D is #FEE6A2. Grayscale: #191919. Windows color (decimal): -16705187 or 6101249. OLE color: 6101249.
HSL color Cylindrical-coordinate representation of color #01195D: hue angle of 224.35º 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 #01195D is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 25 | 93 | - |
| CMYK | 0.99 | 0.73 | 0 | 0.64 |
| HSL | 224.35º | 0.98% | 0.18% | - |
| HSV(B) | 224.35º | 0.99% | 0.36% | - |
| XYZ | 2.34 | 1.49 | 10.52 | - |
| YUV | 25.58 | 166.05 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 25 | 93 | 0.99 | 0.73 | 0 | 0.64 | 224.35 | 0.98 | 0.18 |
| Hex | 1 | 19 | 5D | 63 | 49 | 0 | 40 | E0 | 62 | 12 |
| Octal | 1 | 31 | 135 | 143 | 111 | 0 | 100 | 340 | 142 | 22 |
| Binary | 1 | 11001 | 1011101 | 1100011 | 1001001 | 0 | 1000000 | 11100000 | 1100010 | 10010 |
Color Harmonies of #01195D
Complementary color
Monochromatic Colors of #01195D
Black with #01195D
Text Example
Text Example
White with #01195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01195D; }
p { color: rgb(1,25,93); }
H1.HeaderClassName
{
color: #01195D;
}
.AnyTagClassName
{
color: #01195D;
}
</style>
background-color css
<style>
a { background-color: #01195D; }
a { background-color: rgb(1,25,93); }
div.DivClassName
{
background-color: #01195D;
}
.BgClassName
{
background-color: #01195D;
}
</style>
border-color css
<style>
span { border-color: #01195D; }
span { border-color: rgb(1,25,93); }
td.TdClassName
{
border-color: #01195D;
}
.TagClassName
{
border-color: #01195D;
}
</style>