Shades of Sapphire #09287C
Tints of Sapphire #09287C
RGB
CMYK
RGB Variations
Color information
#09287C (or 0x09287C) is known color: Sapphire. HEX triplet: 09, 28 and 7C. RGB value is (9,40,124). Sum of RGB (Red+Green+Blue) = 9+40+124=173 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.20% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 124 (48.83% from 255 or 71.68% from 173); Max value from RGB is 124 - color contains mainly: blue. Hex color #09287C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09287C is #F6D783. Grayscale: #272727. Windows color (decimal): -16177028 or 8136713. OLE color: 8136713.
HSL color Cylindrical-coordinate representation of color #09287C: hue angle of 223.83º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09287C is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 40 | 124 | - |
| CMYK | 0.93 | 0.68 | 0 | 0.51 |
| HSL | 223.83º | 0.86% | 0.26% | - |
| HSV(B) | 223.83º | 0.93% | 0.49% | - |
| XYZ | 4.51 | 3.03 | 19.42 | - |
| YUV | 40.31 | 175.23 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 40 | 124 | 0.93 | 0.68 | 0 | 0.51 | 223.83 | 0.86 | 0.26 |
| Hex | 9 | 28 | 7C | 5D | 44 | 0 | 33 | E0 | 56 | 1A |
| Octal | 11 | 50 | 174 | 135 | 104 | 0 | 63 | 340 | 126 | 32 |
| Binary | 1001 | 101000 | 1111100 | 1011101 | 1000100 | 0 | 110011 | 11100000 | 1010110 | 11010 |
Color Harmonies of #09287C
Complementary color
Monochromatic Colors of #09287C
Black with #09287C
Text Example
Text Example
White with #09287C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09287C; }
p { color: rgb(9,40,124); }
H1.HeaderClassName
{
color: #09287C;
}
.AnyTagClassName
{
color: #09287C;
}
</style>
background-color css
<style>
a { background-color: #09287C; }
a { background-color: rgb(9,40,124); }
div.DivClassName
{
background-color: #09287C;
}
.BgClassName
{
background-color: #09287C;
}
</style>
border-color css
<style>
span { border-color: #09287C; }
span { border-color: rgb(9,40,124); }
td.TdClassName
{
border-color: #09287C;
}
.TagClassName
{
border-color: #09287C;
}
</style>