Shades of Sapphire #01194D
Tints of Sapphire #01194D
RGB
CMYK
RGB Variations
Color information
#01194D (or 0x01194D) is known color: Sapphire. HEX triplet: 01, 19 and 4D. RGB value is (1,25,77). Sum of RGB (Red+Green+Blue) = 1+25+77=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 25 (10.16% from 255 or 24.27% from 103); Blue value is 77 (30.47% from 255 or 74.76% from 103); Max value from RGB is 77 - color contains mainly: blue. Hex color #01194D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01194D is #FEE6B2. Grayscale: #171717. Windows color (decimal): -16705203 or 5052673. OLE color: 5052673.
HSL color Cylindrical-coordinate representation of color #01194D: hue angle of 221.05º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01194D is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 25 | 77 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.70 |
| HSL | 221.05º | 0.97% | 0.15% | - |
| HSV(B) | 221.05º | 0.99% | 0.3% | - |
| XYZ | 1.7 | 1.24 | 7.17 | - |
| YUV | 23.75 | 158.05 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 25 | 77 | 0.99 | 0.68 | 0 | 0.70 | 221.05 | 0.97 | 0.15 |
| Hex | 1 | 19 | 4D | 63 | 44 | 0 | 46 | DD | 61 | F |
| Octal | 1 | 31 | 115 | 143 | 104 | 0 | 106 | 335 | 141 | 17 |
| Binary | 1 | 11001 | 1001101 | 1100011 | 1000100 | 0 | 1000110 | 11011101 | 1100001 | 1111 |
Color Harmonies of #01194D
Complementary color
Monochromatic Colors of #01194D
Black with #01194D
Text Example
Text Example
White with #01194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01194D; }
p { color: rgb(1,25,77); }
H1.HeaderClassName
{
color: #01194D;
}
.AnyTagClassName
{
color: #01194D;
}
</style>
background-color css
<style>
a { background-color: #01194D; }
a { background-color: rgb(1,25,77); }
div.DivClassName
{
background-color: #01194D;
}
.BgClassName
{
background-color: #01194D;
}
</style>
border-color css
<style>
span { border-color: #01194D; }
span { border-color: rgb(1,25,77); }
td.TdClassName
{
border-color: #01194D;
}
.TagClassName
{
border-color: #01194D;
}
</style>