Shades of Sapphire #09297A
Tints of Sapphire #09297A
RGB
CMYK
RGB Variations
Color information
#09297A (or 0x09297A) is known color: Sapphire. HEX triplet: 09, 29 and 7A. RGB value is (9,41,122). Sum of RGB (Red+Green+Blue) = 9+41+122=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 41 (16.41% from 255 or 23.84% from 172); Blue value is 122 (48.05% from 255 or 70.93% from 172); Max value from RGB is 122 - color contains mainly: blue. Hex color #09297A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09297A is #F6D685. Grayscale: #282828. Windows color (decimal): -16176774 or 8005897. OLE color: 8005897.
HSL color Cylindrical-coordinate representation of color #09297A: hue angle of 223.01º 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 #09297A is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 41 | 122 | - |
| CMYK | 0.93 | 0.66 | 0 | 0.52 |
| HSL | 223.01º | 0.86% | 0.26% | - |
| HSV(B) | 223.01º | 0.93% | 0.48% | - |
| XYZ | 4.42 | 3.05 | 18.77 | - |
| YUV | 40.67 | 173.9 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 41 | 122 | 0.93 | 0.66 | 0 | 0.52 | 223.01 | 0.86 | 0.26 |
| Hex | 9 | 29 | 7A | 5D | 42 | 0 | 34 | DF | 56 | 1A |
| Octal | 11 | 51 | 172 | 135 | 102 | 0 | 64 | 337 | 126 | 32 |
| Binary | 1001 | 101001 | 1111010 | 1011101 | 1000010 | 0 | 110100 | 11011111 | 1010110 | 11010 |
Color Harmonies of #09297A
Complementary color
Monochromatic Colors of #09297A
Black with #09297A
Text Example
Text Example
White with #09297A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09297A; }
p { color: rgb(9,41,122); }
H1.HeaderClassName
{
color: #09297A;
}
.AnyTagClassName
{
color: #09297A;
}
</style>
background-color css
<style>
a { background-color: #09297A; }
a { background-color: rgb(9,41,122); }
div.DivClassName
{
background-color: #09297A;
}
.BgClassName
{
background-color: #09297A;
}
</style>
border-color css
<style>
span { border-color: #09297A; }
span { border-color: rgb(9,41,122); }
td.TdClassName
{
border-color: #09297A;
}
.TagClassName
{
border-color: #09297A;
}
</style>