Shades of Sapphire #09225C
Tints of Sapphire #09225C
RGB
CMYK
RGB Variations
Color information
#09225C (or 0x09225C) is known color: Sapphire. HEX triplet: 09, 22 and 5C. RGB value is (9,34,92). Sum of RGB (Red+Green+Blue) = 9+34+92=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 34 (13.67% from 255 or 25.19% from 135); Blue value is 92 (36.33% from 255 or 68.15% from 135); Max value from RGB is 92 - color contains mainly: blue. Hex color #09225C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09225C is #F6DDA3. Grayscale: #202020. Windows color (decimal): -16178596 or 6038025. OLE color: 6038025.
HSL color Cylindrical-coordinate representation of color #09225C: hue angle of 221.93º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09225C is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 34 | 92 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.64 |
| HSL | 221.93º | 0.82% | 0.2% | - |
| HSV(B) | 221.93º | 0.9% | 0.36% | - |
| XYZ | 2.62 | 1.97 | 10.37 | - |
| YUV | 33.14 | 161.22 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 34 | 92 | 0.90 | 0.63 | 0 | 0.64 | 221.93 | 0.82 | 0.2 |
| Hex | 9 | 22 | 5C | 5A | 3F | 0 | 40 | DE | 52 | 14 |
| Octal | 11 | 42 | 134 | 132 | 77 | 0 | 100 | 336 | 122 | 24 |
| Binary | 1001 | 100010 | 1011100 | 1011010 | 111111 | 0 | 1000000 | 11011110 | 1010010 | 10100 |
Color Harmonies of #09225C
Complementary color
Monochromatic Colors of #09225C
Black with #09225C
Text Example
Text Example
White with #09225C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09225C; }
p { color: rgb(9,34,92); }
H1.HeaderClassName
{
color: #09225C;
}
.AnyTagClassName
{
color: #09225C;
}
</style>
background-color css
<style>
a { background-color: #09225C; }
a { background-color: rgb(9,34,92); }
div.DivClassName
{
background-color: #09225C;
}
.BgClassName
{
background-color: #09225C;
}
</style>
border-color css
<style>
span { border-color: #09225C; }
span { border-color: rgb(9,34,92); }
td.TdClassName
{
border-color: #09225C;
}
.TagClassName
{
border-color: #09225C;
}
</style>