Shades of Sapphire #09234C
Tints of Sapphire #09234C
RGB
CMYK
RGB Variations
Color information
#09234C (or 0x09234C) is known color: Sapphire. HEX triplet: 09, 23 and 4C. RGB value is (9,35,76). Sum of RGB (Red+Green+Blue) = 9+35+76=120 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.5% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 76 (30.08% from 255 or 63.33% from 120); Max value from RGB is 76 - color contains mainly: blue. Hex color #09234C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09234C is #F6DCB3. Grayscale: #1F1F1F. Windows color (decimal): -16178356 or 4989705. OLE color: 4989705.
HSL color Cylindrical-coordinate representation of color #09234C: hue angle of 216.72º 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 #09234C is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 35 | 76 | - |
| CMYK | 0.88 | 0.54 | 0 | 0.70 |
| HSL | 216.72º | 0.79% | 0.17% | - |
| HSV(B) | 216.72º | 0.88% | 0.3% | - |
| XYZ | 2.02 | 1.78 | 7.08 | - |
| YUV | 31.9 | 152.89 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 35 | 76 | 0.88 | 0.54 | 0 | 0.70 | 216.72 | 0.79 | 0.17 |
| Hex | 9 | 23 | 4C | 58 | 36 | 0 | 46 | D9 | 4F | 11 |
| Octal | 11 | 43 | 114 | 130 | 66 | 0 | 106 | 331 | 117 | 21 |
| Binary | 1001 | 100011 | 1001100 | 1011000 | 110110 | 0 | 1000110 | 11011001 | 1001111 | 10001 |
Color Harmonies of #09234C
Complementary color
Monochromatic Colors of #09234C
Black with #09234C
Text Example
Text Example
White with #09234C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09234C; }
p { color: rgb(9,35,76); }
H1.HeaderClassName
{
color: #09234C;
}
.AnyTagClassName
{
color: #09234C;
}
</style>
background-color css
<style>
a { background-color: #09234C; }
a { background-color: rgb(9,35,76); }
div.DivClassName
{
background-color: #09234C;
}
.BgClassName
{
background-color: #09234C;
}
</style>
border-color css
<style>
span { border-color: #09234C; }
span { border-color: rgb(9,35,76); }
td.TdClassName
{
border-color: #09234C;
}
.TagClassName
{
border-color: #09234C;
}
</style>