Shades of Sapphire #092B5B
Tints of Sapphire #092B5B
RGB
CMYK
RGB Variations
Color information
#092B5B (or 0x092B5B) is known color: Sapphire. HEX triplet: 09, 2B and 5B. RGB value is (9,43,91). Sum of RGB (Red+Green+Blue) = 9+43+91=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 43 (17.19% from 255 or 30.07% from 143); Blue value is 91 (35.94% from 255 or 63.64% from 143); Max value from RGB is 91 - color contains mainly: blue. Hex color #092B5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092B5B is #F6D4A4. Grayscale: #262626. Windows color (decimal): -16176293 or 5974793. OLE color: 5974793.
HSL color Cylindrical-coordinate representation of color #092B5B: hue angle of 215.12º 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 #092B5B is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 43 | 91 | - |
| CMYK | 0.90 | 0.53 | 0 | 0.64 |
| HSL | 215.12º | 0.82% | 0.2% | - |
| HSV(B) | 215.12º | 0.9% | 0.36% | - |
| XYZ | 2.86 | 2.54 | 10.24 | - |
| YUV | 38.31 | 157.74 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 43 | 91 | 0.90 | 0.53 | 0 | 0.64 | 215.12 | 0.82 | 0.2 |
| Hex | 9 | 2B | 5B | 5A | 35 | 0 | 40 | D7 | 52 | 14 |
| Octal | 11 | 53 | 133 | 132 | 65 | 0 | 100 | 327 | 122 | 24 |
| Binary | 1001 | 101011 | 1011011 | 1011010 | 110101 | 0 | 1000000 | 11010111 | 1010010 | 10100 |
Color Harmonies of #092B5B
Complementary color
Monochromatic Colors of #092B5B
Black with #092B5B
Text Example
Text Example
White with #092B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092B5B; }
p { color: rgb(9,43,91); }
H1.HeaderClassName
{
color: #092B5B;
}
.AnyTagClassName
{
color: #092B5B;
}
</style>
background-color css
<style>
a { background-color: #092B5B; }
a { background-color: rgb(9,43,91); }
div.DivClassName
{
background-color: #092B5B;
}
.BgClassName
{
background-color: #092B5B;
}
</style>
border-color css
<style>
span { border-color: #092B5B; }
span { border-color: rgb(9,43,91); }
td.TdClassName
{
border-color: #092B5B;
}
.TagClassName
{
border-color: #092B5B;
}
</style>