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