Shades of Sapphire #09287A
Tints of Sapphire #09287A
RGB
CMYK
RGB Variations
Color information
#09287A (or 0x09287A) is known color: Sapphire. HEX triplet: 09, 28 and 7A. RGB value is (9,40,122). Sum of RGB (Red+Green+Blue) = 9+40+122=171 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.26% from 171); Green value is 40 (16.02% from 255 or 23.39% from 171); Blue value is 122 (48.05% from 255 or 71.35% from 171); Max value from RGB is 122 - color contains mainly: blue. Hex color #09287A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09287A is #F6D785. Grayscale: #272727. Windows color (decimal): -16177030 or 8005641. OLE color: 8005641.
HSL color Cylindrical-coordinate representation of color #09287A: hue angle of 223.54º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09287A is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 40 | 122 | - |
| CMYK | 0.93 | 0.67 | 0 | 0.52 |
| HSL | 223.54º | 0.86% | 0.26% | - |
| HSV(B) | 223.54º | 0.93% | 0.48% | - |
| XYZ | 4.38 | 2.98 | 18.76 | - |
| YUV | 40.08 | 174.23 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 40 | 122 | 0.93 | 0.67 | 0 | 0.52 | 223.54 | 0.86 | 0.26 |
| Hex | 9 | 28 | 7A | 5D | 43 | 0 | 34 | E0 | 56 | 1A |
| Octal | 11 | 50 | 172 | 135 | 103 | 0 | 64 | 340 | 126 | 32 |
| Binary | 1001 | 101000 | 1111010 | 1011101 | 1000011 | 0 | 110100 | 11100000 | 1010110 | 11010 |
Color Harmonies of #09287A
Complementary color
Monochromatic Colors of #09287A
Black with #09287A
Text Example
Text Example
White with #09287A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09287A; }
p { color: rgb(9,40,122); }
H1.HeaderClassName
{
color: #09287A;
}
.AnyTagClassName
{
color: #09287A;
}
</style>
background-color css
<style>
a { background-color: #09287A; }
a { background-color: rgb(9,40,122); }
div.DivClassName
{
background-color: #09287A;
}
.BgClassName
{
background-color: #09287A;
}
</style>
border-color css
<style>
span { border-color: #09287A; }
span { border-color: rgb(9,40,122); }
td.TdClassName
{
border-color: #09287A;
}
.TagClassName
{
border-color: #09287A;
}
</style>