Shades of Sapphire #092B58
Tints of Sapphire #092B58
RGB
CMYK
RGB Variations
Color information
#092B58 (or 0x092B58) is known color: Sapphire. HEX triplet: 09, 2B and 58. RGB value is (9,43,88). Sum of RGB (Red+Green+Blue) = 9+43+88=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 43 (17.19% from 255 or 30.71% from 140); Blue value is 88 (34.77% from 255 or 62.86% from 140); Max value from RGB is 88 - color contains mainly: blue. Hex color #092B58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092B58 is #F6D4A7. Grayscale: #252525. Windows color (decimal): -16176296 or 5778185. OLE color: 5778185.
HSL color Cylindrical-coordinate representation of color #092B58: hue angle of 214.18º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #092B58 is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 43 | 88 | - |
| CMYK | 0.90 | 0.51 | 0 | 0.65 |
| HSL | 214.18º | 0.81% | 0.19% | - |
| HSV(B) | 214.18º | 0.9% | 0.35% | - |
| XYZ | 2.74 | 2.49 | 9.57 | - |
| YUV | 37.96 | 156.24 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 43 | 88 | 0.90 | 0.51 | 0 | 0.65 | 214.18 | 0.81 | 0.19 |
| Hex | 9 | 2B | 58 | 5A | 33 | 0 | 41 | D6 | 51 | 13 |
| Octal | 11 | 53 | 130 | 132 | 63 | 0 | 101 | 326 | 121 | 23 |
| Binary | 1001 | 101011 | 1011000 | 1011010 | 110011 | 0 | 1000001 | 11010110 | 1010001 | 10011 |
Color Harmonies of #092B58
Complementary color
Monochromatic Colors of #092B58
Black with #092B58
Text Example
Text Example
White with #092B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092B58; }
p { color: rgb(9,43,88); }
H1.HeaderClassName
{
color: #092B58;
}
.AnyTagClassName
{
color: #092B58;
}
</style>
background-color css
<style>
a { background-color: #092B58; }
a { background-color: rgb(9,43,88); }
div.DivClassName
{
background-color: #092B58;
}
.BgClassName
{
background-color: #092B58;
}
</style>
border-color css
<style>
span { border-color: #092B58; }
span { border-color: rgb(9,43,88); }
td.TdClassName
{
border-color: #092B58;
}
.TagClassName
{
border-color: #092B58;
}
</style>