Shades of Sapphire #09297B
Tints of Sapphire #09297B
RGB
CMYK
RGB Variations
Color information
#09297B (or 0x09297B) is known color: Sapphire. HEX triplet: 09, 29 and 7B. RGB value is (9,41,123). Sum of RGB (Red+Green+Blue) = 9+41+123=173 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.20% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 123 (48.44% from 255 or 71.10% from 173); Max value from RGB is 123 - color contains mainly: blue. Hex color #09297B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09297B is #F6D684. Grayscale: #282828. Windows color (decimal): -16176773 or 8071433. OLE color: 8071433.
HSL color Cylindrical-coordinate representation of color #09297B: hue angle of 223.16º 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 #09297B is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 41 | 123 | - |
| CMYK | 0.93 | 0.67 | 0 | 0.52 |
| HSL | 223.16º | 0.86% | 0.26% | - |
| HSV(B) | 223.16º | 0.93% | 0.48% | - |
| XYZ | 4.48 | 3.07 | 19.1 | - |
| YUV | 40.78 | 174.4 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 41 | 123 | 0.93 | 0.67 | 0 | 0.52 | 223.16 | 0.86 | 0.26 |
| Hex | 9 | 29 | 7B | 5D | 43 | 0 | 34 | DF | 56 | 1A |
| Octal | 11 | 51 | 173 | 135 | 103 | 0 | 64 | 337 | 126 | 32 |
| Binary | 1001 | 101001 | 1111011 | 1011101 | 1000011 | 0 | 110100 | 11011111 | 1010110 | 11010 |
Color Harmonies of #09297B
Complementary color
Monochromatic Colors of #09297B
Black with #09297B
Text Example
Text Example
White with #09297B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09297B; }
p { color: rgb(9,41,123); }
H1.HeaderClassName
{
color: #09297B;
}
.AnyTagClassName
{
color: #09297B;
}
</style>
background-color css
<style>
a { background-color: #09297B; }
a { background-color: rgb(9,41,123); }
div.DivClassName
{
background-color: #09297B;
}
.BgClassName
{
background-color: #09297B;
}
</style>
border-color css
<style>
span { border-color: #09297B; }
span { border-color: rgb(9,41,123); }
td.TdClassName
{
border-color: #09297B;
}
.TagClassName
{
border-color: #09297B;
}
</style>