Shades of Sapphire #01094C
Tints of Sapphire #01094C
RGB
CMYK
RGB Variations
Color information
#01094C (or 0x01094C) is known color: Sapphire. HEX triplet: 01, 09 and 4C. RGB value is (1,9,76). Sum of RGB (Red+Green+Blue) = 1+9+76=86 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.16% from 86); Green value is 9 (3.91% from 255 or 10.47% from 86); Blue value is 76 (30.08% from 255 or 88.37% from 86); Max value from RGB is 76 - color contains mainly: blue. Hex color #01094C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01094C is #FEF6B3. Grayscale: #0D0D0D. Windows color (decimal): -16709300 or 4983041. OLE color: 4983041.
HSL color Cylindrical-coordinate representation of color #01094C: hue angle of 233.6º 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 #01094C is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 9 | 76 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.70 |
| HSL | 233.6º | 0.97% | 0.15% | - |
| HSV(B) | 233.6º | 0.99% | 0.3% | - |
| XYZ | 1.41 | 0.72 | 6.9 | - |
| YUV | 14.25 | 162.85 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 9 | 76 | 0.99 | 0.88 | 0 | 0.70 | 233.6 | 0.97 | 0.15 |
| Hex | 1 | 9 | 4C | 63 | 58 | 0 | 46 | EA | 61 | F |
| Octal | 1 | 11 | 114 | 143 | 130 | 0 | 106 | 352 | 141 | 17 |
| Binary | 1 | 1001 | 1001100 | 1100011 | 1011000 | 0 | 1000110 | 11101010 | 1100001 | 1111 |
Color Harmonies of #01094C
Complementary color
Monochromatic Colors of #01094C
Black with #01094C
Text Example
Text Example
White with #01094C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01094C; }
p { color: rgb(1,9,76); }
H1.HeaderClassName
{
color: #01094C;
}
.AnyTagClassName
{
color: #01094C;
}
</style>
background-color css
<style>
a { background-color: #01094C; }
a { background-color: rgb(1,9,76); }
div.DivClassName
{
background-color: #01094C;
}
.BgClassName
{
background-color: #01094C;
}
</style>
border-color css
<style>
span { border-color: #01094C; }
span { border-color: rgb(1,9,76); }
td.TdClassName
{
border-color: #01094C;
}
.TagClassName
{
border-color: #01094C;
}
</style>