Shades of Sapphire #092578
Tints of Sapphire #092578
RGB
CMYK
RGB Variations
Color information
#092578 (or 0x092578) is known color: Sapphire. HEX triplet: 09, 25 and 78. RGB value is (9,37,120). Sum of RGB (Red+Green+Blue) = 9+37+120=166 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.42% from 166); Green value is 37 (14.84% from 255 or 22.29% from 166); Blue value is 120 (47.27% from 255 or 72.29% from 166); Max value from RGB is 120 - color contains mainly: blue. Hex color #092578 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092578 is #F6DA87. Grayscale: #252525. Windows color (decimal): -16177800 or 7873801. OLE color: 7873801.
HSL color Cylindrical-coordinate representation of color #092578: hue angle of 224.86º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #092578 is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 9 | 37 | 120 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.53 |
| HSL | 224.86º | 0.86% | 0.25% | - |
| HSV(B) | 224.86º | 0.93% | 0.47% | - |
| XYZ | 4.16 | 2.74 | 18.08 | - |
| YUV | 38.09 | 174.22 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 37 | 120 | 0.92 | 0.69 | 0 | 0.53 | 224.86 | 0.86 | 0.25 |
| Hex | 9 | 25 | 78 | 5C | 45 | 0 | 35 | E1 | 56 | 19 |
| Octal | 11 | 45 | 170 | 134 | 105 | 0 | 65 | 341 | 126 | 31 |
| Binary | 1001 | 100101 | 1111000 | 1011100 | 1000101 | 0 | 110101 | 11100001 | 1010110 | 11001 |
Color Harmonies of #092578
Complementary color
Monochromatic Colors of #092578
Black with #092578
Text Example
Text Example
White with #092578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092578; }
p { color: rgb(9,37,120); }
H1.HeaderClassName
{
color: #092578;
}
.AnyTagClassName
{
color: #092578;
}
</style>
background-color css
<style>
a { background-color: #092578; }
a { background-color: rgb(9,37,120); }
div.DivClassName
{
background-color: #092578;
}
.BgClassName
{
background-color: #092578;
}
</style>
border-color css
<style>
span { border-color: #092578; }
span { border-color: rgb(9,37,120); }
td.TdClassName
{
border-color: #092578;
}
.TagClassName
{
border-color: #092578;
}
</style>