Shades of Sapphire #09236C
Tints of Sapphire #09236C
RGB
CMYK
RGB Variations
Color information
#09236C (or 0x09236C) is known color: Sapphire. HEX triplet: 09, 23 and 6C. RGB value is (9,35,108). Sum of RGB (Red+Green+Blue) = 9+35+108=152 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.92% from 152); Green value is 35 (14.06% from 255 or 23.03% from 152); Blue value is 108 (42.58% from 255 or 71.05% from 152); Max value from RGB is 108 - color contains mainly: blue. Hex color #09236C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09236C is #F6DC93. Grayscale: #232323. Windows color (decimal): -16178324 or 7086857. OLE color: 7086857.
HSL color Cylindrical-coordinate representation of color #09236C: hue angle of 224.24º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09236C is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 35 | 108 | - |
| CMYK | 0.92 | 0.68 | 0 | 0.58 |
| HSL | 224.24º | 0.85% | 0.23% | - |
| HSV(B) | 224.24º | 0.92% | 0.42% | - |
| XYZ | 3.42 | 2.34 | 14.46 | - |
| YUV | 35.55 | 168.89 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 35 | 108 | 0.92 | 0.68 | 0 | 0.58 | 224.24 | 0.85 | 0.23 |
| Hex | 9 | 23 | 6C | 5C | 44 | 0 | 3A | E0 | 55 | 17 |
| Octal | 11 | 43 | 154 | 134 | 104 | 0 | 72 | 340 | 125 | 27 |
| Binary | 1001 | 100011 | 1101100 | 1011100 | 1000100 | 0 | 111010 | 11100000 | 1010101 | 10111 |
Color Harmonies of #09236C
Complementary color
Monochromatic Colors of #09236C
Black with #09236C
Text Example
Text Example
White with #09236C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09236C; }
p { color: rgb(9,35,108); }
H1.HeaderClassName
{
color: #09236C;
}
.AnyTagClassName
{
color: #09236C;
}
</style>
background-color css
<style>
a { background-color: #09236C; }
a { background-color: rgb(9,35,108); }
div.DivClassName
{
background-color: #09236C;
}
.BgClassName
{
background-color: #09236C;
}
</style>
border-color css
<style>
span { border-color: #09236C; }
span { border-color: rgb(9,35,108); }
td.TdClassName
{
border-color: #09236C;
}
.TagClassName
{
border-color: #09236C;
}
</style>