Shades of Sapphire #01194A
Tints of Sapphire #01194A
RGB
CMYK
RGB Variations
Color information
#01194A (or 0x01194A) is known color: Sapphire. HEX triplet: 01, 19 and 4A. RGB value is (1,25,74). Sum of RGB (Red+Green+Blue) = 1+25+74=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 25 (10.16% from 255 or 25% from 100); Blue value is 74 (29.30% from 255 or 74% from 100); Max value from RGB is 74 - color contains mainly: blue. Hex color #01194A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01194A is #FEE6B5. Grayscale: #171717. Windows color (decimal): -16705206 or 4856065. OLE color: 4856065.
HSL color Cylindrical-coordinate representation of color #01194A: hue angle of 220.27º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01194A is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 25 | 74 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.71 |
| HSL | 220.27º | 0.97% | 0.15% | - |
| HSV(B) | 220.27º | 0.99% | 0.29% | - |
| XYZ | 1.6 | 1.2 | 6.63 | - |
| YUV | 23.41 | 156.55 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 25 | 74 | 0.99 | 0.66 | 0 | 0.71 | 220.27 | 0.97 | 0.15 |
| Hex | 1 | 19 | 4A | 63 | 42 | 0 | 47 | DC | 61 | F |
| Octal | 1 | 31 | 112 | 143 | 102 | 0 | 107 | 334 | 141 | 17 |
| Binary | 1 | 11001 | 1001010 | 1100011 | 1000010 | 0 | 1000111 | 11011100 | 1100001 | 1111 |
Color Harmonies of #01194A
Complementary color
Monochromatic Colors of #01194A
Black with #01194A
Text Example
Text Example
White with #01194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01194A; }
p { color: rgb(1,25,74); }
H1.HeaderClassName
{
color: #01194A;
}
.AnyTagClassName
{
color: #01194A;
}
</style>
background-color css
<style>
a { background-color: #01194A; }
a { background-color: rgb(1,25,74); }
div.DivClassName
{
background-color: #01194A;
}
.BgClassName
{
background-color: #01194A;
}
</style>
border-color css
<style>
span { border-color: #01194A; }
span { border-color: rgb(1,25,74); }
td.TdClassName
{
border-color: #01194A;
}
.TagClassName
{
border-color: #01194A;
}
</style>