Shades of Sapphire #092B5C
Tints of Sapphire #092B5C
RGB
CMYK
RGB Variations
Color information
#092B5C (or 0x092B5C) is known color: Sapphire. HEX triplet: 09, 2B and 5C. RGB value is (9,43,92). Sum of RGB (Red+Green+Blue) = 9+43+92=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 43 (17.19% from 255 or 29.86% from 144); Blue value is 92 (36.33% from 255 or 63.89% from 144); Max value from RGB is 92 - color contains mainly: blue. Hex color #092B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092B5C is #F6D4A3. Grayscale: #262626. Windows color (decimal): -16176292 or 6040329. OLE color: 6040329.
HSL color Cylindrical-coordinate representation of color #092B5C: hue angle of 215.42º 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 #092B5C is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 43 | 92 | - |
| CMYK | 0.90 | 0.53 | 0 | 0.64 |
| HSL | 215.42º | 0.82% | 0.2% | - |
| HSV(B) | 215.42º | 0.9% | 0.36% | - |
| XYZ | 2.91 | 2.56 | 10.47 | - |
| YUV | 38.42 | 158.24 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 43 | 92 | 0.90 | 0.53 | 0 | 0.64 | 215.42 | 0.82 | 0.2 |
| Hex | 9 | 2B | 5C | 5A | 35 | 0 | 40 | D7 | 52 | 14 |
| Octal | 11 | 53 | 134 | 132 | 65 | 0 | 100 | 327 | 122 | 24 |
| Binary | 1001 | 101011 | 1011100 | 1011010 | 110101 | 0 | 1000000 | 11010111 | 1010010 | 10100 |
Color Harmonies of #092B5C
Complementary color
Monochromatic Colors of #092B5C
Black with #092B5C
Text Example
Text Example
White with #092B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092B5C; }
p { color: rgb(9,43,92); }
H1.HeaderClassName
{
color: #092B5C;
}
.AnyTagClassName
{
color: #092B5C;
}
</style>
background-color css
<style>
a { background-color: #092B5C; }
a { background-color: rgb(9,43,92); }
div.DivClassName
{
background-color: #092B5C;
}
.BgClassName
{
background-color: #092B5C;
}
</style>
border-color css
<style>
span { border-color: #092B5C; }
span { border-color: rgb(9,43,92); }
td.TdClassName
{
border-color: #092B5C;
}
.TagClassName
{
border-color: #092B5C;
}
</style>