Shades of Sapphire #09234D
Tints of Sapphire #09234D
RGB
CMYK
RGB Variations
Color information
#09234D (or 0x09234D) is known color: Sapphire. HEX triplet: 09, 23 and 4D. RGB value is (9,35,77). Sum of RGB (Red+Green+Blue) = 9+35+77=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 35 (14.06% from 255 or 28.93% from 121); Blue value is 77 (30.47% from 255 or 63.64% from 121); Max value from RGB is 77 - color contains mainly: blue. Hex color #09234D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09234D is #F6DCB2. Grayscale: #1F1F1F. Windows color (decimal): -16178355 or 5055241. OLE color: 5055241.
HSL color Cylindrical-coordinate representation of color #09234D: hue angle of 217.06º 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 #09234D is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 35 | 77 | - |
| CMYK | 0.88 | 0.55 | 0 | 0.70 |
| HSL | 217.06º | 0.79% | 0.17% | - |
| HSV(B) | 217.06º | 0.88% | 0.3% | - |
| XYZ | 2.05 | 1.8 | 7.26 | - |
| YUV | 32.01 | 153.39 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 35 | 77 | 0.88 | 0.55 | 0 | 0.70 | 217.06 | 0.79 | 0.17 |
| Hex | 9 | 23 | 4D | 58 | 37 | 0 | 46 | D9 | 4F | 11 |
| Octal | 11 | 43 | 115 | 130 | 67 | 0 | 106 | 331 | 117 | 21 |
| Binary | 1001 | 100011 | 1001101 | 1011000 | 110111 | 0 | 1000110 | 11011001 | 1001111 | 10001 |
Color Harmonies of #09234D
Complementary color
Monochromatic Colors of #09234D
Black with #09234D
Text Example
Text Example
White with #09234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09234D; }
p { color: rgb(9,35,77); }
H1.HeaderClassName
{
color: #09234D;
}
.AnyTagClassName
{
color: #09234D;
}
</style>
background-color css
<style>
a { background-color: #09234D; }
a { background-color: rgb(9,35,77); }
div.DivClassName
{
background-color: #09234D;
}
.BgClassName
{
background-color: #09234D;
}
</style>
border-color css
<style>
span { border-color: #09234D; }
span { border-color: rgb(9,35,77); }
td.TdClassName
{
border-color: #09234D;
}
.TagClassName
{
border-color: #09234D;
}
</style>