Shades of Sapphire #092C6B
Tints of Sapphire #092C6B
RGB
CMYK
RGB Variations
Color information
#092C6B (or 0x092C6B) is known color: Sapphire. HEX triplet: 09, 2C and 6B. RGB value is (9,44,107). Sum of RGB (Red+Green+Blue) = 9+44+107=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 44 (17.58% from 255 or 27.5% from 160); Blue value is 107 (42.19% from 255 or 66.88% from 160); Max value from RGB is 107 - color contains mainly: blue. Hex color #092C6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092C6B is #F6D394. Grayscale: #282828. Windows color (decimal): -16176021 or 7023625. OLE color: 7023625.
HSL color Cylindrical-coordinate representation of color #092C6B: hue angle of 218.57º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #092C6B is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 44 | 107 | - |
| CMYK | 0.92 | 0.59 | 0 | 0.58 |
| HSL | 218.57º | 0.84% | 0.23% | - |
| HSV(B) | 218.57º | 0.92% | 0.42% | - |
| XYZ | 3.67 | 2.92 | 14.28 | - |
| YUV | 40.72 | 165.4 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 44 | 107 | 0.92 | 0.59 | 0 | 0.58 | 218.57 | 0.84 | 0.23 |
| Hex | 9 | 2C | 6B | 5C | 3B | 0 | 3A | DB | 54 | 17 |
| Octal | 11 | 54 | 153 | 134 | 73 | 0 | 72 | 333 | 124 | 27 |
| Binary | 1001 | 101100 | 1101011 | 1011100 | 111011 | 0 | 111010 | 11011011 | 1010100 | 10111 |
Color Harmonies of #092C6B
Complementary color
Monochromatic Colors of #092C6B
Black with #092C6B
Text Example
Text Example
White with #092C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092C6B; }
p { color: rgb(9,44,107); }
H1.HeaderClassName
{
color: #092C6B;
}
.AnyTagClassName
{
color: #092C6B;
}
</style>
background-color css
<style>
a { background-color: #092C6B; }
a { background-color: rgb(9,44,107); }
div.DivClassName
{
background-color: #092C6B;
}
.BgClassName
{
background-color: #092C6B;
}
</style>
border-color css
<style>
span { border-color: #092C6B; }
span { border-color: rgb(9,44,107); }
td.TdClassName
{
border-color: #092C6B;
}
.TagClassName
{
border-color: #092C6B;
}
</style>