Shades of Sapphire #09286B
Tints of Sapphire #09286B
RGB
CMYK
RGB Variations
Color information
#09286B (or 0x09286B) is known color: Sapphire. HEX triplet: 09, 28 and 6B. RGB value is (9,40,107). Sum of RGB (Red+Green+Blue) = 9+40+107=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 40 (16.02% from 255 or 25.64% from 156); Blue value is 107 (42.19% from 255 or 68.59% from 156); Max value from RGB is 107 - color contains mainly: blue. Hex color #09286B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09286B is #F6D794. Grayscale: #262626. Windows color (decimal): -16177045 or 7022601. OLE color: 7022601.
HSL color Cylindrical-coordinate representation of color #09286B: hue angle of 221.02º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09286B is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 40 | 107 | - |
| CMYK | 0.92 | 0.63 | 0 | 0.58 |
| HSL | 221.02º | 0.84% | 0.23% | - |
| HSV(B) | 221.02º | 0.92% | 0.42% | - |
| XYZ | 3.53 | 2.64 | 14.23 | - |
| YUV | 38.37 | 166.73 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 40 | 107 | 0.92 | 0.63 | 0 | 0.58 | 221.02 | 0.84 | 0.23 |
| Hex | 9 | 28 | 6B | 5C | 3F | 0 | 3A | DD | 54 | 17 |
| Octal | 11 | 50 | 153 | 134 | 77 | 0 | 72 | 335 | 124 | 27 |
| Binary | 1001 | 101000 | 1101011 | 1011100 | 111111 | 0 | 111010 | 11011101 | 1010100 | 10111 |
Color Harmonies of #09286B
Complementary color
Monochromatic Colors of #09286B
Black with #09286B
Text Example
Text Example
White with #09286B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09286B; }
p { color: rgb(9,40,107); }
H1.HeaderClassName
{
color: #09286B;
}
.AnyTagClassName
{
color: #09286B;
}
</style>
background-color css
<style>
a { background-color: #09286B; }
a { background-color: rgb(9,40,107); }
div.DivClassName
{
background-color: #09286B;
}
.BgClassName
{
background-color: #09286B;
}
</style>
border-color css
<style>
span { border-color: #09286B; }
span { border-color: rgb(9,40,107); }
td.TdClassName
{
border-color: #09286B;
}
.TagClassName
{
border-color: #09286B;
}
</style>