Shades of Sapphire #092F7A
Tints of Sapphire #092F7A
RGB
CMYK
RGB Variations
Color information
#092F7A (or 0x092F7A) is known color: Sapphire. HEX triplet: 09, 2F and 7A. RGB value is (9,47,122). Sum of RGB (Red+Green+Blue) = 9+47+122=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 47 (18.75% from 255 or 26.40% from 178); Blue value is 122 (48.05% from 255 or 68.54% from 178); Max value from RGB is 122 - color contains mainly: blue. Hex color #092F7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092F7A is #F6D085. Grayscale: #2B2B2B. Windows color (decimal): -16175238 or 8007433. OLE color: 8007433.
HSL color Cylindrical-coordinate representation of color #092F7A: hue angle of 219.82º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #092F7A is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 47 | 122 | - |
| CMYK | 0.93 | 0.61 | 0 | 0.52 |
| HSL | 219.82º | 0.86% | 0.26% | - |
| HSV(B) | 219.82º | 0.93% | 0.48% | - |
| XYZ | 4.64 | 3.5 | 18.84 | - |
| YUV | 44.19 | 171.91 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 47 | 122 | 0.93 | 0.61 | 0 | 0.52 | 219.82 | 0.86 | 0.26 |
| Hex | 9 | 2F | 7A | 5D | 3D | 0 | 34 | DC | 56 | 1A |
| Octal | 11 | 57 | 172 | 135 | 75 | 0 | 64 | 334 | 126 | 32 |
| Binary | 1001 | 101111 | 1111010 | 1011101 | 111101 | 0 | 110100 | 11011100 | 1010110 | 11010 |
Color Harmonies of #092F7A
Complementary color
Monochromatic Colors of #092F7A
Black with #092F7A
Text Example
Text Example
White with #092F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092F7A; }
p { color: rgb(9,47,122); }
H1.HeaderClassName
{
color: #092F7A;
}
.AnyTagClassName
{
color: #092F7A;
}
</style>
background-color css
<style>
a { background-color: #092F7A; }
a { background-color: rgb(9,47,122); }
div.DivClassName
{
background-color: #092F7A;
}
.BgClassName
{
background-color: #092F7A;
}
</style>
border-color css
<style>
span { border-color: #092F7A; }
span { border-color: rgb(9,47,122); }
td.TdClassName
{
border-color: #092F7A;
}
.TagClassName
{
border-color: #092F7A;
}
</style>