Shades of Sapphire #09235D
Tints of Sapphire #09235D
RGB
CMYK
RGB Variations
Color information
#09235D (or 0x09235D) is known color: Sapphire. HEX triplet: 09, 23 and 5D. RGB value is (9,35,93). Sum of RGB (Red+Green+Blue) = 9+35+93=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 35 (14.06% from 255 or 25.55% from 137); Blue value is 93 (36.72% from 255 or 67.88% from 137); Max value from RGB is 93 - color contains mainly: blue. Hex color #09235D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09235D is #F6DCA2. Grayscale: #212121. Windows color (decimal): -16178339 or 6103817. OLE color: 6103817.
HSL color Cylindrical-coordinate representation of color #09235D: hue angle of 221.43º 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 #09235D is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 35 | 93 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.64 |
| HSL | 221.43º | 0.82% | 0.2% | - |
| HSV(B) | 221.43º | 0.9% | 0.36% | - |
| XYZ | 2.69 | 2.05 | 10.61 | - |
| YUV | 33.84 | 161.39 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 35 | 93 | 0.90 | 0.62 | 0 | 0.64 | 221.43 | 0.82 | 0.2 |
| Hex | 9 | 23 | 5D | 5A | 3E | 0 | 40 | DD | 52 | 14 |
| Octal | 11 | 43 | 135 | 132 | 76 | 0 | 100 | 335 | 122 | 24 |
| Binary | 1001 | 100011 | 1011101 | 1011010 | 111110 | 0 | 1000000 | 11011101 | 1010010 | 10100 |
Color Harmonies of #09235D
Complementary color
Monochromatic Colors of #09235D
Black with #09235D
Text Example
Text Example
White with #09235D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09235D; }
p { color: rgb(9,35,93); }
H1.HeaderClassName
{
color: #09235D;
}
.AnyTagClassName
{
color: #09235D;
}
</style>
background-color css
<style>
a { background-color: #09235D; }
a { background-color: rgb(9,35,93); }
div.DivClassName
{
background-color: #09235D;
}
.BgClassName
{
background-color: #09235D;
}
</style>
border-color css
<style>
span { border-color: #09235D; }
span { border-color: rgb(9,35,93); }
td.TdClassName
{
border-color: #09235D;
}
.TagClassName
{
border-color: #09235D;
}
</style>