Shades of Sapphire #09266D
Tints of Sapphire #09266D
RGB
CMYK
RGB Variations
Color information
#09266D (or 0x09266D) is known color: Sapphire. HEX triplet: 09, 26 and 6D. RGB value is (9,38,109). Sum of RGB (Red+Green+Blue) = 9+38+109=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 38 (15.23% from 255 or 24.36% from 156); Blue value is 109 (42.97% from 255 or 69.87% from 156); Max value from RGB is 109 - color contains mainly: blue. Hex color #09266D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09266D is #F6D992. Grayscale: #252525. Windows color (decimal): -16177555 or 7153161. OLE color: 7153161.
HSL color Cylindrical-coordinate representation of color #09266D: hue angle of 222.6º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09266D is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 9 | 38 | 109 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.57 |
| HSL | 222.6º | 0.85% | 0.23% | - |
| HSV(B) | 222.6º | 0.92% | 0.43% | - |
| XYZ | 3.57 | 2.55 | 14.77 | - |
| YUV | 37.42 | 168.39 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 38 | 109 | 0.92 | 0.65 | 0 | 0.57 | 222.6 | 0.85 | 0.23 |
| Hex | 9 | 26 | 6D | 5C | 41 | 0 | 39 | DF | 55 | 17 |
| Octal | 11 | 46 | 155 | 134 | 101 | 0 | 71 | 337 | 125 | 27 |
| Binary | 1001 | 100110 | 1101101 | 1011100 | 1000001 | 0 | 111001 | 11011111 | 1010101 | 10111 |
Color Harmonies of #09266D
Complementary color
Monochromatic Colors of #09266D
Black with #09266D
Text Example
Text Example
White with #09266D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09266D; }
p { color: rgb(9,38,109); }
H1.HeaderClassName
{
color: #09266D;
}
.AnyTagClassName
{
color: #09266D;
}
</style>
background-color css
<style>
a { background-color: #09266D; }
a { background-color: rgb(9,38,109); }
div.DivClassName
{
background-color: #09266D;
}
.BgClassName
{
background-color: #09266D;
}
</style>
border-color css
<style>
span { border-color: #09266D; }
span { border-color: rgb(9,38,109); }
td.TdClassName
{
border-color: #09266D;
}
.TagClassName
{
border-color: #09266D;
}
</style>