Shades of Sapphire #01174A
Tints of Sapphire #01174A
RGB
CMYK
RGB Variations
Color information
#01174A (or 0x01174A) is known color: Sapphire. HEX triplet: 01, 17 and 4A. RGB value is (1,23,74). Sum of RGB (Red+Green+Blue) = 1+23+74=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 23 (9.38% from 255 or 23.47% from 98); Blue value is 74 (29.30% from 255 or 75.51% from 98); Max value from RGB is 74 - color contains mainly: blue. Hex color #01174A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01174A is #FEE8B5. Grayscale: #161616. Windows color (decimal): -16705718 or 4855553. OLE color: 4855553.
HSL color Cylindrical-coordinate representation of color #01174A: hue angle of 221.92º 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 #01174A is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 23 | 74 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.71 |
| HSL | 221.92º | 0.97% | 0.15% | - |
| HSV(B) | 221.92º | 0.99% | 0.29% | - |
| XYZ | 1.55 | 1.11 | 6.61 | - |
| YUV | 22.24 | 157.21 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 23 | 74 | 0.99 | 0.69 | 0 | 0.71 | 221.92 | 0.97 | 0.15 |
| Hex | 1 | 17 | 4A | 63 | 45 | 0 | 47 | DE | 61 | F |
| Octal | 1 | 27 | 112 | 143 | 105 | 0 | 107 | 336 | 141 | 17 |
| Binary | 1 | 10111 | 1001010 | 1100011 | 1000101 | 0 | 1000111 | 11011110 | 1100001 | 1111 |
Color Harmonies of #01174A
Complementary color
Monochromatic Colors of #01174A
Black with #01174A
Text Example
Text Example
White with #01174A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01174A; }
p { color: rgb(1,23,74); }
H1.HeaderClassName
{
color: #01174A;
}
.AnyTagClassName
{
color: #01174A;
}
</style>
background-color css
<style>
a { background-color: #01174A; }
a { background-color: rgb(1,23,74); }
div.DivClassName
{
background-color: #01174A;
}
.BgClassName
{
background-color: #01174A;
}
</style>
border-color css
<style>
span { border-color: #01174A; }
span { border-color: rgb(1,23,74); }
td.TdClassName
{
border-color: #01174A;
}
.TagClassName
{
border-color: #01174A;
}
</style>