Shades of Sapphire #092F73
Tints of Sapphire #092F73
RGB
CMYK
RGB Variations
Color information
#092F73 (or 0x092F73) is known color: Sapphire. HEX triplet: 09, 2F and 73. RGB value is (9,47,115). Sum of RGB (Red+Green+Blue) = 9+47+115=171 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.26% from 171); Green value is 47 (18.75% from 255 or 27.49% from 171); Blue value is 115 (45.31% from 255 or 67.25% from 171); Max value from RGB is 115 - color contains mainly: blue. Hex color #092F73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092F73 is #F6D08C. Grayscale: #2B2B2B. Windows color (decimal): -16175245 or 7548681. OLE color: 7548681.
HSL color Cylindrical-coordinate representation of color #092F73: hue angle of 218.49º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #092F73 is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 47 | 115 | - |
| CMYK | 0.92 | 0.59 | 0 | 0.55 |
| HSL | 218.49º | 0.85% | 0.24% | - |
| HSV(B) | 218.49º | 0.92% | 0.45% | - |
| XYZ | 4.22 | 3.33 | 16.64 | - |
| YUV | 43.39 | 168.41 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 47 | 115 | 0.92 | 0.59 | 0 | 0.55 | 218.49 | 0.85 | 0.24 |
| Hex | 9 | 2F | 73 | 5C | 3B | 0 | 37 | DA | 55 | 18 |
| Octal | 11 | 57 | 163 | 134 | 73 | 0 | 67 | 332 | 125 | 30 |
| Binary | 1001 | 101111 | 1110011 | 1011100 | 111011 | 0 | 110111 | 11011010 | 1010101 | 11000 |
Color Harmonies of #092F73
Complementary color
Monochromatic Colors of #092F73
Black with #092F73
Text Example
Text Example
White with #092F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092F73; }
p { color: rgb(9,47,115); }
H1.HeaderClassName
{
color: #092F73;
}
.AnyTagClassName
{
color: #092F73;
}
</style>
background-color css
<style>
a { background-color: #092F73; }
a { background-color: rgb(9,47,115); }
div.DivClassName
{
background-color: #092F73;
}
.BgClassName
{
background-color: #092F73;
}
</style>
border-color css
<style>
span { border-color: #092F73; }
span { border-color: rgb(9,47,115); }
td.TdClassName
{
border-color: #092F73;
}
.TagClassName
{
border-color: #092F73;
}
</style>