Shades of Sapphire #09285B
Tints of Sapphire #09285B
RGB
CMYK
RGB Variations
Color information
#09285B (or 0x09285B) is known color: Sapphire. HEX triplet: 09, 28 and 5B. RGB value is (9,40,91). Sum of RGB (Red+Green+Blue) = 9+40+91=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 40 (16.02% from 255 or 28.57% from 140); Blue value is 91 (35.94% from 255 or 65% from 140); Max value from RGB is 91 - color contains mainly: blue. Hex color #09285B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09285B is #F6D7A4. Grayscale: #242424. Windows color (decimal): -16177061 or 5974025. OLE color: 5974025.
HSL color Cylindrical-coordinate representation of color #09285B: hue angle of 217.32º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09285B is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 40 | 91 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.64 |
| HSL | 217.32º | 0.82% | 0.2% | - |
| HSV(B) | 217.32º | 0.9% | 0.36% | - |
| XYZ | 2.76 | 2.33 | 10.2 | - |
| YUV | 36.55 | 158.73 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 40 | 91 | 0.90 | 0.56 | 0 | 0.64 | 217.32 | 0.82 | 0.2 |
| Hex | 9 | 28 | 5B | 5A | 38 | 0 | 40 | D9 | 52 | 14 |
| Octal | 11 | 50 | 133 | 132 | 70 | 0 | 100 | 331 | 122 | 24 |
| Binary | 1001 | 101000 | 1011011 | 1011010 | 111000 | 0 | 1000000 | 11011001 | 1010010 | 10100 |
Color Harmonies of #09285B
Complementary color
Monochromatic Colors of #09285B
Black with #09285B
Text Example
Text Example
White with #09285B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09285B; }
p { color: rgb(9,40,91); }
H1.HeaderClassName
{
color: #09285B;
}
.AnyTagClassName
{
color: #09285B;
}
</style>
background-color css
<style>
a { background-color: #09285B; }
a { background-color: rgb(9,40,91); }
div.DivClassName
{
background-color: #09285B;
}
.BgClassName
{
background-color: #09285B;
}
</style>
border-color css
<style>
span { border-color: #09285B; }
span { border-color: rgb(9,40,91); }
td.TdClassName
{
border-color: #09285B;
}
.TagClassName
{
border-color: #09285B;
}
</style>