Shades of Sapphire #09284E
Tints of Sapphire #09284E
RGB
CMYK
RGB Variations
Color information
#09284E (or 0x09284E) is known color: Sapphire. HEX triplet: 09, 28 and 4E. RGB value is (9,40,78). Sum of RGB (Red+Green+Blue) = 9+40+78=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 40 (16.02% from 255 or 31.50% from 127); Blue value is 78 (30.86% from 255 or 61.42% from 127); Max value from RGB is 78 - color contains mainly: blue. Hex color #09284E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09284E is #F6D7B1. Grayscale: #222222. Windows color (decimal): -16177074 or 5122057. OLE color: 5122057.
HSL color Cylindrical-coordinate representation of color #09284E: hue angle of 213.04º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09284E is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 40 | 78 | - |
| CMYK | 0.88 | 0.49 | 0 | 0.69 |
| HSL | 213.04º | 0.79% | 0.17% | - |
| HSV(B) | 213.04º | 0.88% | 0.31% | - |
| XYZ | 2.25 | 2.13 | 7.5 | - |
| YUV | 35.06 | 152.23 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 40 | 78 | 0.88 | 0.49 | 0 | 0.69 | 213.04 | 0.79 | 0.17 |
| Hex | 9 | 28 | 4E | 58 | 31 | 0 | 45 | D5 | 4F | 11 |
| Octal | 11 | 50 | 116 | 130 | 61 | 0 | 105 | 325 | 117 | 21 |
| Binary | 1001 | 101000 | 1001110 | 1011000 | 110001 | 0 | 1000101 | 11010101 | 1001111 | 10001 |
Color Harmonies of #09284E
Complementary color
Monochromatic Colors of #09284E
Black with #09284E
Text Example
Text Example
White with #09284E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09284E; }
p { color: rgb(9,40,78); }
H1.HeaderClassName
{
color: #09284E;
}
.AnyTagClassName
{
color: #09284E;
}
</style>
background-color css
<style>
a { background-color: #09284E; }
a { background-color: rgb(9,40,78); }
div.DivClassName
{
background-color: #09284E;
}
.BgClassName
{
background-color: #09284E;
}
</style>
border-color css
<style>
span { border-color: #09284E; }
span { border-color: rgb(9,40,78); }
td.TdClassName
{
border-color: #09284E;
}
.TagClassName
{
border-color: #09284E;
}
</style>