Shades of Sapphire #09135B
Tints of Sapphire #09135B
RGB
CMYK
RGB Variations
Color information
#09135B (or 0x09135B) is known color: Sapphire. HEX triplet: 09, 13 and 5B. RGB value is (9,19,91). Sum of RGB (Red+Green+Blue) = 9+19+91=119 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.56% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 91 (35.94% from 255 or 76.47% from 119); Max value from RGB is 91 - color contains mainly: blue. Hex color #09135B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09135B is #F6ECA4. Grayscale: #171717. Windows color (decimal): -16182437 or 5968649. OLE color: 5968649.
HSL color Cylindrical-coordinate representation of color #09135B: hue angle of 232.68º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09135B is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 19 | 91 | - |
| CMYK | 0.90 | 0.79 | 0 | 0.64 |
| HSL | 232.68º | 0.82% | 0.2% | - |
| HSV(B) | 232.68º | 0.9% | 0.36% | - |
| XYZ | 2.23 | 1.28 | 10.03 | - |
| YUV | 24.22 | 165.69 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 19 | 91 | 0.90 | 0.79 | 0 | 0.64 | 232.68 | 0.82 | 0.2 |
| Hex | 9 | 13 | 5B | 5A | 4F | 0 | 40 | E9 | 52 | 14 |
| Octal | 11 | 23 | 133 | 132 | 117 | 0 | 100 | 351 | 122 | 24 |
| Binary | 1001 | 10011 | 1011011 | 1011010 | 1001111 | 0 | 1000000 | 11101001 | 1010010 | 10100 |
Color Harmonies of #09135B
Complementary color
Monochromatic Colors of #09135B
Black with #09135B
Text Example
Text Example
White with #09135B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09135B; }
p { color: rgb(9,19,91); }
H1.HeaderClassName
{
color: #09135B;
}
.AnyTagClassName
{
color: #09135B;
}
</style>
background-color css
<style>
a { background-color: #09135B; }
a { background-color: rgb(9,19,91); }
div.DivClassName
{
background-color: #09135B;
}
.BgClassName
{
background-color: #09135B;
}
</style>
border-color css
<style>
span { border-color: #09135B; }
span { border-color: rgb(9,19,91); }
td.TdClassName
{
border-color: #09135B;
}
.TagClassName
{
border-color: #09135B;
}
</style>