Shades of Sapphire #092B65
Tints of Sapphire #092B65
RGB
CMYK
RGB Variations
Color information
#092B65 (or 0x092B65) is known color: Sapphire. HEX triplet: 09, 2B and 65. RGB value is (9,43,101). Sum of RGB (Red+Green+Blue) = 9+43+101=153 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.88% from 153); Green value is 43 (17.19% from 255 or 28.10% from 153); Blue value is 101 (39.84% from 255 or 66.01% from 153); Max value from RGB is 101 - color contains mainly: blue. Hex color #092B65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092B65 is #F6D49A. Grayscale: #272727. Windows color (decimal): -16176283 or 6630153. OLE color: 6630153.
HSL color Cylindrical-coordinate representation of color #092B65: hue angle of 217.83º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #092B65 is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 9 | 43 | 101 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.60 |
| HSL | 217.83º | 0.84% | 0.22% | - |
| HSV(B) | 217.83º | 0.91% | 0.4% | - |
| XYZ | 3.33 | 2.73 | 12.66 | - |
| YUV | 39.45 | 162.74 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 43 | 101 | 0.91 | 0.57 | 0 | 0.60 | 217.83 | 0.84 | 0.22 |
| Hex | 9 | 2B | 65 | 5B | 39 | 0 | 3C | DA | 54 | 16 |
| Octal | 11 | 53 | 145 | 133 | 71 | 0 | 74 | 332 | 124 | 26 |
| Binary | 1001 | 101011 | 1100101 | 1011011 | 111001 | 0 | 111100 | 11011010 | 1010100 | 10110 |
Color Harmonies of #092B65
Complementary color
Monochromatic Colors of #092B65
Black with #092B65
Text Example
Text Example
White with #092B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092B65; }
p { color: rgb(9,43,101); }
H1.HeaderClassName
{
color: #092B65;
}
.AnyTagClassName
{
color: #092B65;
}
</style>
background-color css
<style>
a { background-color: #092B65; }
a { background-color: rgb(9,43,101); }
div.DivClassName
{
background-color: #092B65;
}
.BgClassName
{
background-color: #092B65;
}
</style>
border-color css
<style>
span { border-color: #092B65; }
span { border-color: rgb(9,43,101); }
td.TdClassName
{
border-color: #092B65;
}
.TagClassName
{
border-color: #092B65;
}
</style>