Shades of Sapphire #092B68
Tints of Sapphire #092B68
RGB
CMYK
RGB Variations
Color information
#092B68 (or 0x092B68) is known color: Sapphire. HEX triplet: 09, 2B and 68. RGB value is (9,43,104). Sum of RGB (Red+Green+Blue) = 9+43+104=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 43 (17.19% from 255 or 27.56% from 156); Blue value is 104 (41.02% from 255 or 66.67% from 156); Max value from RGB is 104 - color contains mainly: blue. Hex color #092B68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092B68 is #F6D497. Grayscale: #272727. Windows color (decimal): -16176280 or 6826761. OLE color: 6826761.
HSL color Cylindrical-coordinate representation of color #092B68: hue angle of 218.53º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #092B68 is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 43 | 104 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.59 |
| HSL | 218.53º | 0.84% | 0.22% | - |
| HSV(B) | 218.53º | 0.91% | 0.41% | - |
| XYZ | 3.48 | 2.79 | 13.45 | - |
| YUV | 39.79 | 164.24 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 43 | 104 | 0.91 | 0.59 | 0 | 0.59 | 218.53 | 0.84 | 0.22 |
| Hex | 9 | 2B | 68 | 5B | 3B | 0 | 3B | DB | 54 | 16 |
| Octal | 11 | 53 | 150 | 133 | 73 | 0 | 73 | 333 | 124 | 26 |
| Binary | 1001 | 101011 | 1101000 | 1011011 | 111011 | 0 | 111011 | 11011011 | 1010100 | 10110 |
Color Harmonies of #092B68
Complementary color
Monochromatic Colors of #092B68
Black with #092B68
Text Example
Text Example
White with #092B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092B68; }
p { color: rgb(9,43,104); }
H1.HeaderClassName
{
color: #092B68;
}
.AnyTagClassName
{
color: #092B68;
}
</style>
background-color css
<style>
a { background-color: #092B68; }
a { background-color: rgb(9,43,104); }
div.DivClassName
{
background-color: #092B68;
}
.BgClassName
{
background-color: #092B68;
}
</style>
border-color css
<style>
span { border-color: #092B68; }
span { border-color: rgb(9,43,104); }
td.TdClassName
{
border-color: #092B68;
}
.TagClassName
{
border-color: #092B68;
}
</style>