Shades of Sapphire #092C63
Tints of Sapphire #092C63
RGB
CMYK
RGB Variations
Color information
#092C63 (or 0x092C63) is known color: Sapphire. HEX triplet: 09, 2C and 63. RGB value is (9,44,99). Sum of RGB (Red+Green+Blue) = 9+44+99=152 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.92% from 152); Green value is 44 (17.58% from 255 or 28.95% from 152); Blue value is 99 (39.06% from 255 or 65.13% from 152); Max value from RGB is 99 - color contains mainly: blue. Hex color #092C63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092C63 is #F6D39C. Grayscale: #272727. Windows color (decimal): -16176029 or 6499337. OLE color: 6499337.
HSL color Cylindrical-coordinate representation of color #092C63: hue angle of 216.67º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #092C63 is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 9 | 44 | 99 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.61 |
| HSL | 216.67º | 0.83% | 0.21% | - |
| HSV(B) | 216.67º | 0.91% | 0.39% | - |
| XYZ | 3.27 | 2.76 | 12.17 | - |
| YUV | 39.81 | 161.4 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 44 | 99 | 0.91 | 0.56 | 0 | 0.61 | 216.67 | 0.83 | 0.21 |
| Hex | 9 | 2C | 63 | 5B | 38 | 0 | 3D | D9 | 53 | 15 |
| Octal | 11 | 54 | 143 | 133 | 70 | 0 | 75 | 331 | 123 | 25 |
| Binary | 1001 | 101100 | 1100011 | 1011011 | 111000 | 0 | 111101 | 11011001 | 1010011 | 10101 |
Color Harmonies of #092C63
Complementary color
Monochromatic Colors of #092C63
Black with #092C63
Text Example
Text Example
White with #092C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092C63; }
p { color: rgb(9,44,99); }
H1.HeaderClassName
{
color: #092C63;
}
.AnyTagClassName
{
color: #092C63;
}
</style>
background-color css
<style>
a { background-color: #092C63; }
a { background-color: rgb(9,44,99); }
div.DivClassName
{
background-color: #092C63;
}
.BgClassName
{
background-color: #092C63;
}
</style>
border-color css
<style>
span { border-color: #092C63; }
span { border-color: rgb(9,44,99); }
td.TdClassName
{
border-color: #092C63;
}
.TagClassName
{
border-color: #092C63;
}
</style>