Shades of Sapphire #092367
Tints of Sapphire #092367
RGB
CMYK
RGB Variations
Color information
#092367 (or 0x092367) is known color: Sapphire. HEX triplet: 09, 23 and 67. RGB value is (9,35,103). Sum of RGB (Red+Green+Blue) = 9+35+103=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 35 (14.06% from 255 or 23.81% from 147); Blue value is 103 (40.62% from 255 or 70.07% from 147); Max value from RGB is 103 - color contains mainly: blue. Hex color #092367 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092367 is #F6DC98. Grayscale: #222222. Windows color (decimal): -16178329 or 6759177. OLE color: 6759177.
HSL color Cylindrical-coordinate representation of color #092367: hue angle of 223.4º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #092367 is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 9 | 35 | 103 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.60 |
| HSL | 223.4º | 0.84% | 0.22% | - |
| HSV(B) | 223.4º | 0.91% | 0.4% | - |
| XYZ | 3.16 | 2.24 | 13.1 | - |
| YUV | 34.98 | 166.39 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 35 | 103 | 0.91 | 0.66 | 0 | 0.60 | 223.4 | 0.84 | 0.22 |
| Hex | 9 | 23 | 67 | 5B | 42 | 0 | 3C | DF | 54 | 16 |
| Octal | 11 | 43 | 147 | 133 | 102 | 0 | 74 | 337 | 124 | 26 |
| Binary | 1001 | 100011 | 1100111 | 1011011 | 1000010 | 0 | 111100 | 11011111 | 1010100 | 10110 |
Color Harmonies of #092367
Complementary color
Monochromatic Colors of #092367
Black with #092367
Text Example
Text Example
White with #092367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092367; }
p { color: rgb(9,35,103); }
H1.HeaderClassName
{
color: #092367;
}
.AnyTagClassName
{
color: #092367;
}
</style>
background-color css
<style>
a { background-color: #092367; }
a { background-color: rgb(9,35,103); }
div.DivClassName
{
background-color: #092367;
}
.BgClassName
{
background-color: #092367;
}
</style>
border-color css
<style>
span { border-color: #092367; }
span { border-color: rgb(9,35,103); }
td.TdClassName
{
border-color: #092367;
}
.TagClassName
{
border-color: #092367;
}
</style>