Shades of Sapphire #092B74
Tints of Sapphire #092B74
RGB
CMYK
RGB Variations
Color information
#092B74 (or 0x092B74) is known color: Sapphire. HEX triplet: 09, 2B and 74. RGB value is (9,43,116). Sum of RGB (Red+Green+Blue) = 9+43+116=168 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.36% from 168); Green value is 43 (17.19% from 255 or 25.60% from 168); Blue value is 116 (45.70% from 255 or 69.05% from 168); Max value from RGB is 116 - color contains mainly: blue. Hex color #092B74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092B74 is #F6D48B. Grayscale: #282828. Windows color (decimal): -16176268 or 7613193. OLE color: 7613193.
HSL color Cylindrical-coordinate representation of color #092B74: hue angle of 220.93º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #092B74 is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 43 | 116 | - |
| CMYK | 0.92 | 0.63 | 0 | 0.55 |
| HSL | 220.93º | 0.86% | 0.25% | - |
| HSV(B) | 220.93º | 0.92% | 0.45% | - |
| XYZ | 4.13 | 3.05 | 16.89 | - |
| YUV | 41.16 | 170.24 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 43 | 116 | 0.92 | 0.63 | 0 | 0.55 | 220.93 | 0.86 | 0.25 |
| Hex | 9 | 2B | 74 | 5C | 3F | 0 | 37 | DD | 56 | 19 |
| Octal | 11 | 53 | 164 | 134 | 77 | 0 | 67 | 335 | 126 | 31 |
| Binary | 1001 | 101011 | 1110100 | 1011100 | 111111 | 0 | 110111 | 11011101 | 1010110 | 11001 |
Color Harmonies of #092B74
Complementary color
Monochromatic Colors of #092B74
Black with #092B74
Text Example
Text Example
White with #092B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092B74; }
p { color: rgb(9,43,116); }
H1.HeaderClassName
{
color: #092B74;
}
.AnyTagClassName
{
color: #092B74;
}
</style>
background-color css
<style>
a { background-color: #092B74; }
a { background-color: rgb(9,43,116); }
div.DivClassName
{
background-color: #092B74;
}
.BgClassName
{
background-color: #092B74;
}
</style>
border-color css
<style>
span { border-color: #092B74; }
span { border-color: rgb(9,43,116); }
td.TdClassName
{
border-color: #092B74;
}
.TagClassName
{
border-color: #092B74;
}
</style>