Shades of Sapphire #092A6B
Tints of Sapphire #092A6B
RGB
CMYK
RGB Variations
Color information
#092A6B (or 0x092A6B) is known color: Sapphire. HEX triplet: 09, 2A and 6B. RGB value is (9,42,107). Sum of RGB (Red+Green+Blue) = 9+42+107=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 42 (16.80% from 255 or 26.58% from 158); Blue value is 107 (42.19% from 255 or 67.72% from 158); Max value from RGB is 107 - color contains mainly: blue. Hex color #092A6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092A6B is #F6D594. Grayscale: #272727. Windows color (decimal): -16176533 or 7023113. OLE color: 7023113.
HSL color Cylindrical-coordinate representation of color #092A6B: hue angle of 219.8º 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 #092A6B is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 42 | 107 | - |
| CMYK | 0.92 | 0.61 | 0 | 0.58 |
| HSL | 219.8º | 0.84% | 0.23% | - |
| HSV(B) | 219.8º | 0.92% | 0.42% | - |
| XYZ | 3.59 | 2.78 | 14.26 | - |
| YUV | 39.54 | 166.07 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 42 | 107 | 0.92 | 0.61 | 0 | 0.58 | 219.8 | 0.84 | 0.23 |
| Hex | 9 | 2A | 6B | 5C | 3D | 0 | 3A | DC | 54 | 17 |
| Octal | 11 | 52 | 153 | 134 | 75 | 0 | 72 | 334 | 124 | 27 |
| Binary | 1001 | 101010 | 1101011 | 1011100 | 111101 | 0 | 111010 | 11011100 | 1010100 | 10111 |
Color Harmonies of #092A6B
Complementary color
Monochromatic Colors of #092A6B
Black with #092A6B
Text Example
Text Example
White with #092A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092A6B; }
p { color: rgb(9,42,107); }
H1.HeaderClassName
{
color: #092A6B;
}
.AnyTagClassName
{
color: #092A6B;
}
</style>
background-color css
<style>
a { background-color: #092A6B; }
a { background-color: rgb(9,42,107); }
div.DivClassName
{
background-color: #092A6B;
}
.BgClassName
{
background-color: #092A6B;
}
</style>
border-color css
<style>
span { border-color: #092A6B; }
span { border-color: rgb(9,42,107); }
td.TdClassName
{
border-color: #092A6B;
}
.TagClassName
{
border-color: #092A6B;
}
</style>