Shades of Sapphire #092C78
Tints of Sapphire #092C78
RGB
CMYK
RGB Variations
Color information
#092C78 (or 0x092C78) is known color: Sapphire. HEX triplet: 09, 2C and 78. RGB value is (9,44,120). Sum of RGB (Red+Green+Blue) = 9+44+120=173 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.20% from 173); Green value is 44 (17.58% from 255 or 25.43% from 173); Blue value is 120 (47.27% from 255 or 69.36% from 173); Max value from RGB is 120 - color contains mainly: blue. Hex color #092C78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092C78 is #F6D387. Grayscale: #292929. Windows color (decimal): -16176008 or 7875593. OLE color: 7875593.
HSL color Cylindrical-coordinate representation of color #092C78: hue angle of 221.08º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #092C78 is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 9 | 44 | 120 | - |
| CMYK | 0.92 | 0.63 | 0 | 0.53 |
| HSL | 221.08º | 0.86% | 0.25% | - |
| HSV(B) | 221.08º | 0.93% | 0.47% | - |
| XYZ | 4.4 | 3.22 | 18.16 | - |
| YUV | 42.2 | 171.9 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 44 | 120 | 0.92 | 0.63 | 0 | 0.53 | 221.08 | 0.86 | 0.25 |
| Hex | 9 | 2C | 78 | 5C | 3F | 0 | 35 | DD | 56 | 19 |
| Octal | 11 | 54 | 170 | 134 | 77 | 0 | 65 | 335 | 126 | 31 |
| Binary | 1001 | 101100 | 1111000 | 1011100 | 111111 | 0 | 110101 | 11011101 | 1010110 | 11001 |
Color Harmonies of #092C78
Complementary color
Monochromatic Colors of #092C78
Black with #092C78
Text Example
Text Example
White with #092C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092C78; }
p { color: rgb(9,44,120); }
H1.HeaderClassName
{
color: #092C78;
}
.AnyTagClassName
{
color: #092C78;
}
</style>
background-color css
<style>
a { background-color: #092C78; }
a { background-color: rgb(9,44,120); }
div.DivClassName
{
background-color: #092C78;
}
.BgClassName
{
background-color: #092C78;
}
</style>
border-color css
<style>
span { border-color: #092C78; }
span { border-color: rgb(9,44,120); }
td.TdClassName
{
border-color: #092C78;
}
.TagClassName
{
border-color: #092C78;
}
</style>