Shades of Sapphire #092567
Tints of Sapphire #092567
RGB
CMYK
RGB Variations
Color information
#092567 (or 0x092567) is known color: Sapphire. HEX triplet: 09, 25 and 67. RGB value is (9,37,103). Sum of RGB (Red+Green+Blue) = 9+37+103=149 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.04% from 149); Green value is 37 (14.84% from 255 or 24.83% from 149); Blue value is 103 (40.62% from 255 or 69.13% from 149); Max value from RGB is 103 - color contains mainly: blue. Hex color #092567 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092567 is #F6DA98. Grayscale: #232323. Windows color (decimal): -16177817 or 6759689. OLE color: 6759689.
HSL color Cylindrical-coordinate representation of color #092567: hue angle of 222.13º 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 #092567 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 9 | 37 | 103 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.60 |
| HSL | 222.13º | 0.84% | 0.22% | - |
| HSV(B) | 222.13º | 0.91% | 0.4% | - |
| XYZ | 3.22 | 2.36 | 13.12 | - |
| YUV | 36.15 | 165.72 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 37 | 103 | 0.91 | 0.64 | 0 | 0.60 | 222.13 | 0.84 | 0.22 |
| Hex | 9 | 25 | 67 | 5B | 40 | 0 | 3C | DE | 54 | 16 |
| Octal | 11 | 45 | 147 | 133 | 100 | 0 | 74 | 336 | 124 | 26 |
| Binary | 1001 | 100101 | 1100111 | 1011011 | 1000000 | 0 | 111100 | 11011110 | 1010100 | 10110 |
Color Harmonies of #092567
Complementary color
Monochromatic Colors of #092567
Black with #092567
Text Example
Text Example
White with #092567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092567; }
p { color: rgb(9,37,103); }
H1.HeaderClassName
{
color: #092567;
}
.AnyTagClassName
{
color: #092567;
}
</style>
background-color css
<style>
a { background-color: #092567; }
a { background-color: rgb(9,37,103); }
div.DivClassName
{
background-color: #092567;
}
.BgClassName
{
background-color: #092567;
}
</style>
border-color css
<style>
span { border-color: #092567; }
span { border-color: rgb(9,37,103); }
td.TdClassName
{
border-color: #092567;
}
.TagClassName
{
border-color: #092567;
}
</style>