Shades of Sapphire #092A6D
Tints of Sapphire #092A6D
RGB
CMYK
RGB Variations
Color information
#092A6D (or 0x092A6D) is known color: Sapphire. HEX triplet: 09, 2A and 6D. RGB value is (9,42,109). Sum of RGB (Red+Green+Blue) = 9+42+109=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 42 (16.80% from 255 or 26.25% from 160); Blue value is 109 (42.97% from 255 or 68.12% from 160); Max value from RGB is 109 - color contains mainly: blue. Hex color #092A6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092A6D is #F6D592. Grayscale: #272727. Windows color (decimal): -16176531 or 7154185. OLE color: 7154185.
HSL color Cylindrical-coordinate representation of color #092A6D: hue angle of 220.2º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #092A6D is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 9 | 42 | 109 | - |
| CMYK | 0.92 | 0.61 | 0 | 0.57 |
| HSL | 220.2º | 0.85% | 0.23% | - |
| HSV(B) | 220.2º | 0.92% | 0.43% | - |
| XYZ | 3.7 | 2.82 | 14.82 | - |
| YUV | 39.77 | 167.07 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 42 | 109 | 0.92 | 0.61 | 0 | 0.57 | 220.2 | 0.85 | 0.23 |
| Hex | 9 | 2A | 6D | 5C | 3D | 0 | 39 | DC | 55 | 17 |
| Octal | 11 | 52 | 155 | 134 | 75 | 0 | 71 | 334 | 125 | 27 |
| Binary | 1001 | 101010 | 1101101 | 1011100 | 111101 | 0 | 111001 | 11011100 | 1010101 | 10111 |
Color Harmonies of #092A6D
Complementary color
Monochromatic Colors of #092A6D
Black with #092A6D
Text Example
Text Example
White with #092A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092A6D; }
p { color: rgb(9,42,109); }
H1.HeaderClassName
{
color: #092A6D;
}
.AnyTagClassName
{
color: #092A6D;
}
</style>
background-color css
<style>
a { background-color: #092A6D; }
a { background-color: rgb(9,42,109); }
div.DivClassName
{
background-color: #092A6D;
}
.BgClassName
{
background-color: #092A6D;
}
</style>
border-color css
<style>
span { border-color: #092A6D; }
span { border-color: rgb(9,42,109); }
td.TdClassName
{
border-color: #092A6D;
}
.TagClassName
{
border-color: #092A6D;
}
</style>