Shades of Sapphire #09306D
Tints of Sapphire #09306D
RGB
CMYK
RGB Variations
Color information
#09306D (or 0x09306D) is known color: Sapphire. HEX triplet: 09, 30 and 6D. RGB value is (9,48,109). Sum of RGB (Red+Green+Blue) = 9+48+109=166 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.42% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 109 (42.97% from 255 or 65.66% from 166); Max value from RGB is 109 - color contains mainly: blue. Hex color #09306D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09306D is #F6CF92. Grayscale: #2B2B2B. Windows color (decimal): -16174995 or 7155721. OLE color: 7155721.
HSL color Cylindrical-coordinate representation of color #09306D: hue angle of 216.6º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09306D is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 9 | 48 | 109 | - |
| CMYK | 0.92 | 0.56 | 0 | 0.57 |
| HSL | 216.6º | 0.85% | 0.23% | - |
| HSV(B) | 216.6º | 0.92% | 0.43% | - |
| XYZ | 3.93 | 3.28 | 14.89 | - |
| YUV | 43.29 | 165.08 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 48 | 109 | 0.92 | 0.56 | 0 | 0.57 | 216.6 | 0.85 | 0.23 |
| Hex | 9 | 30 | 6D | 5C | 38 | 0 | 39 | D9 | 55 | 17 |
| Octal | 11 | 60 | 155 | 134 | 70 | 0 | 71 | 331 | 125 | 27 |
| Binary | 1001 | 110000 | 1101101 | 1011100 | 111000 | 0 | 111001 | 11011001 | 1010101 | 10111 |
Color Harmonies of #09306D
Complementary color
Monochromatic Colors of #09306D
Black with #09306D
Text Example
Text Example
White with #09306D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09306D; }
p { color: rgb(9,48,109); }
H1.HeaderClassName
{
color: #09306D;
}
.AnyTagClassName
{
color: #09306D;
}
</style>
background-color css
<style>
a { background-color: #09306D; }
a { background-color: rgb(9,48,109); }
div.DivClassName
{
background-color: #09306D;
}
.BgClassName
{
background-color: #09306D;
}
</style>
border-color css
<style>
span { border-color: #09306D; }
span { border-color: rgb(9,48,109); }
td.TdClassName
{
border-color: #09306D;
}
.TagClassName
{
border-color: #09306D;
}
</style>