Shades of Sapphire #092867
Tints of Sapphire #092867
RGB
CMYK
RGB Variations
Color information
#092867 (or 0x092867) is known color: Sapphire. HEX triplet: 09, 28 and 67. RGB value is (9,40,103). Sum of RGB (Red+Green+Blue) = 9+40+103=152 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.92% from 152); Green value is 40 (16.02% from 255 or 26.32% from 152); Blue value is 103 (40.62% from 255 or 67.76% from 152); Max value from RGB is 103 - color contains mainly: blue. Hex color #092867 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092867 is #F6D798. Grayscale: #252525. Windows color (decimal): -16177049 or 6760457. OLE color: 6760457.
HSL color Cylindrical-coordinate representation of color #092867: hue angle of 220.21º 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 #092867 is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 9 | 40 | 103 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.60 |
| HSL | 220.21º | 0.84% | 0.22% | - |
| HSV(B) | 220.21º | 0.91% | 0.4% | - |
| XYZ | 3.32 | 2.55 | 13.15 | - |
| YUV | 37.91 | 164.73 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 40 | 103 | 0.91 | 0.61 | 0 | 0.60 | 220.21 | 0.84 | 0.22 |
| Hex | 9 | 28 | 67 | 5B | 3D | 0 | 3C | DC | 54 | 16 |
| Octal | 11 | 50 | 147 | 133 | 75 | 0 | 74 | 334 | 124 | 26 |
| Binary | 1001 | 101000 | 1100111 | 1011011 | 111101 | 0 | 111100 | 11011100 | 1010100 | 10110 |
Color Harmonies of #092867
Complementary color
Monochromatic Colors of #092867
Black with #092867
Text Example
Text Example
White with #092867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092867; }
p { color: rgb(9,40,103); }
H1.HeaderClassName
{
color: #092867;
}
.AnyTagClassName
{
color: #092867;
}
</style>
background-color css
<style>
a { background-color: #092867; }
a { background-color: rgb(9,40,103); }
div.DivClassName
{
background-color: #092867;
}
.BgClassName
{
background-color: #092867;
}
</style>
border-color css
<style>
span { border-color: #092867; }
span { border-color: rgb(9,40,103); }
td.TdClassName
{
border-color: #092867;
}
.TagClassName
{
border-color: #092867;
}
</style>