Shades of Sapphire #01195E
Tints of Sapphire #01195E
RGB
CMYK
RGB Variations
Color information
#01195E (or 0x01195E) is known color: Sapphire. HEX triplet: 01, 19 and 5E. RGB value is (1,25,94). Sum of RGB (Red+Green+Blue) = 1+25+94=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 25 (10.16% from 255 or 20.83% from 120); Blue value is 94 (37.11% from 255 or 78.33% from 120); Max value from RGB is 94 - color contains mainly: blue. Hex color #01195E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01195E is #FEE6A1. Grayscale: #191919. Windows color (decimal): -16705186 or 6166785. OLE color: 6166785.
HSL color Cylindrical-coordinate representation of color #01195E: hue angle of 224.52º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01195E is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 1 | 25 | 94 | - |
| CMYK | 0.99 | 0.73 | 0 | 0.63 |
| HSL | 224.52º | 0.98% | 0.19% | - |
| HSV(B) | 224.52º | 0.99% | 0.37% | - |
| XYZ | 2.38 | 1.51 | 10.76 | - |
| YUV | 25.69 | 166.55 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 25 | 94 | 0.99 | 0.73 | 0 | 0.63 | 224.52 | 0.98 | 0.19 |
| Hex | 1 | 19 | 5E | 63 | 49 | 0 | 3F | E1 | 62 | 13 |
| Octal | 1 | 31 | 136 | 143 | 111 | 0 | 77 | 341 | 142 | 23 |
| Binary | 1 | 11001 | 1011110 | 1100011 | 1001001 | 0 | 111111 | 11100001 | 1100010 | 10011 |
Color Harmonies of #01195E
Complementary color
Monochromatic Colors of #01195E
Black with #01195E
Text Example
Text Example
White with #01195E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01195E; }
p { color: rgb(1,25,94); }
H1.HeaderClassName
{
color: #01195E;
}
.AnyTagClassName
{
color: #01195E;
}
</style>
background-color css
<style>
a { background-color: #01195E; }
a { background-color: rgb(1,25,94); }
div.DivClassName
{
background-color: #01195E;
}
.BgClassName
{
background-color: #01195E;
}
</style>
border-color css
<style>
span { border-color: #01195E; }
span { border-color: rgb(1,25,94); }
td.TdClassName
{
border-color: #01195E;
}
.TagClassName
{
border-color: #01195E;
}
</style>