Shades of Sapphire #09134D
Tints of Sapphire #09134D
RGB
CMYK
RGB Variations
Color information
#09134D (or 0x09134D) is known color: Sapphire. HEX triplet: 09, 13 and 4D. RGB value is (9,19,77). Sum of RGB (Red+Green+Blue) = 9+19+77=105 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.57% from 105); Green value is 19 (7.81% from 255 or 18.10% from 105); Blue value is 77 (30.47% from 255 or 73.33% from 105); Max value from RGB is 77 - color contains mainly: blue. Hex color #09134D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09134D is #F6ECB2. Grayscale: #161616. Windows color (decimal): -16182451 or 5051145. OLE color: 5051145.
HSL color Cylindrical-coordinate representation of color #09134D: hue angle of 231.18º 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 #09134D is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 19 | 77 | - |
| CMYK | 0.88 | 0.75 | 0 | 0.70 |
| HSL | 231.18º | 0.79% | 0.17% | - |
| HSV(B) | 231.18º | 0.88% | 0.3% | - |
| XYZ | 1.69 | 1.06 | 7.14 | - |
| YUV | 22.62 | 158.69 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 19 | 77 | 0.88 | 0.75 | 0 | 0.70 | 231.18 | 0.79 | 0.17 |
| Hex | 9 | 13 | 4D | 58 | 4B | 0 | 46 | E7 | 4F | 11 |
| Octal | 11 | 23 | 115 | 130 | 113 | 0 | 106 | 347 | 117 | 21 |
| Binary | 1001 | 10011 | 1001101 | 1011000 | 1001011 | 0 | 1000110 | 11100111 | 1001111 | 10001 |
Color Harmonies of #09134D
Complementary color
Monochromatic Colors of #09134D
Black with #09134D
Text Example
Text Example
White with #09134D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09134D; }
p { color: rgb(9,19,77); }
H1.HeaderClassName
{
color: #09134D;
}
.AnyTagClassName
{
color: #09134D;
}
</style>
background-color css
<style>
a { background-color: #09134D; }
a { background-color: rgb(9,19,77); }
div.DivClassName
{
background-color: #09134D;
}
.BgClassName
{
background-color: #09134D;
}
</style>
border-color css
<style>
span { border-color: #09134D; }
span { border-color: rgb(9,19,77); }
td.TdClassName
{
border-color: #09134D;
}
.TagClassName
{
border-color: #09134D;
}
</style>