Shades of Sapphire #092168
Tints of Sapphire #092168
RGB
CMYK
RGB Variations
Color information
#092168 (or 0x092168) is known color: Sapphire. HEX triplet: 09, 21 and 68. RGB value is (9,33,104). Sum of RGB (Red+Green+Blue) = 9+33+104=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 104 (41.02% from 255 or 71.23% from 146); Max value from RGB is 104 - color contains mainly: blue. Hex color #092168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092168 is #F6DE97. Grayscale: #212121. Windows color (decimal): -16178840 or 6824201. OLE color: 6824201.
HSL color Cylindrical-coordinate representation of color #092168: hue angle of 224.84º 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 #092168 is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 33 | 104 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.59 |
| HSL | 224.84º | 0.84% | 0.22% | - |
| HSV(B) | 224.84º | 0.91% | 0.41% | - |
| XYZ | 3.16 | 2.15 | 13.34 | - |
| YUV | 33.92 | 167.55 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 33 | 104 | 0.91 | 0.68 | 0 | 0.59 | 224.84 | 0.84 | 0.22 |
| Hex | 9 | 21 | 68 | 5B | 44 | 0 | 3B | E1 | 54 | 16 |
| Octal | 11 | 41 | 150 | 133 | 104 | 0 | 73 | 341 | 124 | 26 |
| Binary | 1001 | 100001 | 1101000 | 1011011 | 1000100 | 0 | 111011 | 11100001 | 1010100 | 10110 |
Color Harmonies of #092168
Complementary color
Monochromatic Colors of #092168
Black with #092168
Text Example
Text Example
White with #092168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092168; }
p { color: rgb(9,33,104); }
H1.HeaderClassName
{
color: #092168;
}
.AnyTagClassName
{
color: #092168;
}
</style>
background-color css
<style>
a { background-color: #092168; }
a { background-color: rgb(9,33,104); }
div.DivClassName
{
background-color: #092168;
}
.BgClassName
{
background-color: #092168;
}
</style>
border-color css
<style>
span { border-color: #092168; }
span { border-color: rgb(9,33,104); }
td.TdClassName
{
border-color: #092168;
}
.TagClassName
{
border-color: #092168;
}
</style>