Shades of Sapphire #092D67
Tints of Sapphire #092D67
RGB
CMYK
RGB Variations
Color information
#092D67 (or 0x092D67) is known color: Sapphire. HEX triplet: 09, 2D and 67. RGB value is (9,45,103). Sum of RGB (Red+Green+Blue) = 9+45+103=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 45 (17.97% from 255 or 28.66% from 157); Blue value is 103 (40.62% from 255 or 65.61% from 157); Max value from RGB is 103 - color contains mainly: blue. Hex color #092D67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092D67 is #F6D298. Grayscale: #282828. Windows color (decimal): -16175769 or 6761737. OLE color: 6761737.
HSL color Cylindrical-coordinate representation of color #092D67: hue angle of 217.02º 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 #092D67 is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 9 | 45 | 103 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.60 |
| HSL | 217.02º | 0.84% | 0.22% | - |
| HSV(B) | 217.02º | 0.91% | 0.4% | - |
| XYZ | 3.5 | 2.91 | 13.21 | - |
| YUV | 40.85 | 163.07 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 45 | 103 | 0.91 | 0.56 | 0 | 0.60 | 217.02 | 0.84 | 0.22 |
| Hex | 9 | 2D | 67 | 5B | 38 | 0 | 3C | D9 | 54 | 16 |
| Octal | 11 | 55 | 147 | 133 | 70 | 0 | 74 | 331 | 124 | 26 |
| Binary | 1001 | 101101 | 1100111 | 1011011 | 111000 | 0 | 111100 | 11011001 | 1010100 | 10110 |
Color Harmonies of #092D67
Complementary color
Monochromatic Colors of #092D67
Black with #092D67
Text Example
Text Example
White with #092D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092D67; }
p { color: rgb(9,45,103); }
H1.HeaderClassName
{
color: #092D67;
}
.AnyTagClassName
{
color: #092D67;
}
</style>
background-color css
<style>
a { background-color: #092D67; }
a { background-color: rgb(9,45,103); }
div.DivClassName
{
background-color: #092D67;
}
.BgClassName
{
background-color: #092D67;
}
</style>
border-color css
<style>
span { border-color: #092D67; }
span { border-color: rgb(9,45,103); }
td.TdClassName
{
border-color: #092D67;
}
.TagClassName
{
border-color: #092D67;
}
</style>