Shades of Sapphire #09125C
Tints of Sapphire #09125C
RGB
CMYK
RGB Variations
Color information
#09125C (or 0x09125C) is known color: Sapphire. HEX triplet: 09, 12 and 5C. RGB value is (9,18,92). Sum of RGB (Red+Green+Blue) = 9+18+92=119 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.56% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 92 (36.33% from 255 or 77.31% from 119); Max value from RGB is 92 - color contains mainly: blue. Hex color #09125C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09125C is #F6EDA3. Grayscale: #171717. Windows color (decimal): -16182692 or 6033929. OLE color: 6033929.
HSL color Cylindrical-coordinate representation of color #09125C: hue angle of 233.49º 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 #09125C is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 18 | 92 | - |
| CMYK | 0.90 | 0.80 | 0 | 0.64 |
| HSL | 233.49º | 0.82% | 0.2% | - |
| HSV(B) | 233.49º | 0.9% | 0.36% | - |
| XYZ | 2.26 | 1.26 | 10.25 | - |
| YUV | 23.75 | 166.52 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 18 | 92 | 0.90 | 0.80 | 0 | 0.64 | 233.49 | 0.82 | 0.2 |
| Hex | 9 | 12 | 5C | 5A | 50 | 0 | 40 | E9 | 52 | 14 |
| Octal | 11 | 22 | 134 | 132 | 120 | 0 | 100 | 351 | 122 | 24 |
| Binary | 1001 | 10010 | 1011100 | 1011010 | 1010000 | 0 | 1000000 | 11101001 | 1010010 | 10100 |
Color Harmonies of #09125C
Complementary color
Monochromatic Colors of #09125C
Black with #09125C
Text Example
Text Example
White with #09125C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09125C; }
p { color: rgb(9,18,92); }
H1.HeaderClassName
{
color: #09125C;
}
.AnyTagClassName
{
color: #09125C;
}
</style>
background-color css
<style>
a { background-color: #09125C; }
a { background-color: rgb(9,18,92); }
div.DivClassName
{
background-color: #09125C;
}
.BgClassName
{
background-color: #09125C;
}
</style>
border-color css
<style>
span { border-color: #09125C; }
span { border-color: rgb(9,18,92); }
td.TdClassName
{
border-color: #09125C;
}
.TagClassName
{
border-color: #09125C;
}
</style>