Shades of Sapphire #092955
Tints of Sapphire #092955
RGB
CMYK
RGB Variations
Color information
#092955 (or 0x092955) is known color: Sapphire. HEX triplet: 09, 29 and 55. RGB value is (9,41,85). Sum of RGB (Red+Green+Blue) = 9+41+85=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 41 (16.41% from 255 or 30.37% from 135); Blue value is 85 (33.59% from 255 or 62.96% from 135); Max value from RGB is 85 - color contains mainly: blue. Hex color #092955 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092955 is #F6D6AA. Grayscale: #242424. Windows color (decimal): -16176811 or 5581065. OLE color: 5581065.
HSL color Cylindrical-coordinate representation of color #092955: hue angle of 214.74º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #092955 is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 41 | 85 | - |
| CMYK | 0.89 | 0.52 | 0 | 0.67 |
| HSL | 214.74º | 0.81% | 0.18% | - |
| HSV(B) | 214.74º | 0.89% | 0.33% | - |
| XYZ | 2.55 | 2.3 | 8.9 | - |
| YUV | 36.45 | 155.4 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 41 | 85 | 0.89 | 0.52 | 0 | 0.67 | 214.74 | 0.81 | 0.18 |
| Hex | 9 | 29 | 55 | 59 | 34 | 0 | 43 | D7 | 51 | 12 |
| Octal | 11 | 51 | 125 | 131 | 64 | 0 | 103 | 327 | 121 | 22 |
| Binary | 1001 | 101001 | 1010101 | 1011001 | 110100 | 0 | 1000011 | 11010111 | 1010001 | 10010 |
Color Harmonies of #092955
Complementary color
Monochromatic Colors of #092955
Black with #092955
Text Example
Text Example
White with #092955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092955; }
p { color: rgb(9,41,85); }
H1.HeaderClassName
{
color: #092955;
}
.AnyTagClassName
{
color: #092955;
}
</style>
background-color css
<style>
a { background-color: #092955; }
a { background-color: rgb(9,41,85); }
div.DivClassName
{
background-color: #092955;
}
.BgClassName
{
background-color: #092955;
}
</style>
border-color css
<style>
span { border-color: #092955; }
span { border-color: rgb(9,41,85); }
td.TdClassName
{
border-color: #092955;
}
.TagClassName
{
border-color: #092955;
}
</style>