Shades of Sapphire #09287D
Tints of Sapphire #09287D
RGB
CMYK
RGB Variations
Color information
#09287D (or 0x09287D) is known color: Sapphire. HEX triplet: 09, 28 and 7D. RGB value is (9,40,125). Sum of RGB (Red+Green+Blue) = 9+40+125=174 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.17% from 174); Green value is 40 (16.02% from 255 or 22.99% from 174); Blue value is 125 (49.22% from 255 or 71.84% from 174); Max value from RGB is 125 - color contains mainly: blue. Hex color #09287D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09287D is #F6D782. Grayscale: #282828. Windows color (decimal): -16177027 or 8202249. OLE color: 8202249.
HSL color Cylindrical-coordinate representation of color #09287D: hue angle of 223.97º degrees, saturation: 0.87, 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 #09287D is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 40 | 125 | - |
| CMYK | 0.93 | 0.68 | 0 | 0.51 |
| HSL | 223.97º | 0.87% | 0.26% | - |
| HSV(B) | 223.97º | 0.93% | 0.49% | - |
| XYZ | 4.57 | 3.06 | 19.75 | - |
| YUV | 40.42 | 175.73 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 40 | 125 | 0.93 | 0.68 | 0 | 0.51 | 223.97 | 0.87 | 0.26 |
| Hex | 9 | 28 | 7D | 5D | 44 | 0 | 33 | E0 | 57 | 1A |
| Octal | 11 | 50 | 175 | 135 | 104 | 0 | 63 | 340 | 127 | 32 |
| Binary | 1001 | 101000 | 1111101 | 1011101 | 1000100 | 0 | 110011 | 11100000 | 1010111 | 11010 |
Color Harmonies of #09287D
Complementary color
Monochromatic Colors of #09287D
Black with #09287D
Text Example
Text Example
White with #09287D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09287D; }
p { color: rgb(9,40,125); }
H1.HeaderClassName
{
color: #09287D;
}
.AnyTagClassName
{
color: #09287D;
}
</style>
background-color css
<style>
a { background-color: #09287D; }
a { background-color: rgb(9,40,125); }
div.DivClassName
{
background-color: #09287D;
}
.BgClassName
{
background-color: #09287D;
}
</style>
border-color css
<style>
span { border-color: #09287D; }
span { border-color: rgb(9,40,125); }
td.TdClassName
{
border-color: #09287D;
}
.TagClassName
{
border-color: #09287D;
}
</style>