Shades of Sapphire #09134C
Tints of Sapphire #09134C
RGB
CMYK
RGB Variations
Color information
#09134C (or 0x09134C) is known color: Sapphire. HEX triplet: 09, 13 and 4C. RGB value is (9,19,76). Sum of RGB (Red+Green+Blue) = 9+19+76=104 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.65% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 76 (30.08% from 255 or 73.08% from 104); Max value from RGB is 76 - color contains mainly: blue. Hex color #09134C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09134C is #F6ECB3. Grayscale: #161616. Windows color (decimal): -16182452 or 4985609. OLE color: 4985609.
HSL color Cylindrical-coordinate representation of color #09134C: hue angle of 231.04º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09134C is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 19 | 76 | - |
| CMYK | 0.88 | 0.75 | 0 | 0.70 |
| HSL | 231.04º | 0.79% | 0.17% | - |
| HSV(B) | 231.04º | 0.88% | 0.3% | - |
| XYZ | 1.65 | 1.05 | 6.95 | - |
| YUV | 22.51 | 158.19 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 19 | 76 | 0.88 | 0.75 | 0 | 0.70 | 231.04 | 0.79 | 0.17 |
| Hex | 9 | 13 | 4C | 58 | 4B | 0 | 46 | E7 | 4F | 11 |
| Octal | 11 | 23 | 114 | 130 | 113 | 0 | 106 | 347 | 117 | 21 |
| Binary | 1001 | 10011 | 1001100 | 1011000 | 1001011 | 0 | 1000110 | 11100111 | 1001111 | 10001 |
Color Harmonies of #09134C
Complementary color
Monochromatic Colors of #09134C
Black with #09134C
Text Example
Text Example
White with #09134C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09134C; }
p { color: rgb(9,19,76); }
H1.HeaderClassName
{
color: #09134C;
}
.AnyTagClassName
{
color: #09134C;
}
</style>
background-color css
<style>
a { background-color: #09134C; }
a { background-color: rgb(9,19,76); }
div.DivClassName
{
background-color: #09134C;
}
.BgClassName
{
background-color: #09134C;
}
</style>
border-color css
<style>
span { border-color: #09134C; }
span { border-color: rgb(9,19,76); }
td.TdClassName
{
border-color: #09134C;
}
.TagClassName
{
border-color: #09134C;
}
</style>