Shades of Sapphire #092B67
Tints of Sapphire #092B67
RGB
CMYK
RGB Variations
Color information
#092B67 (or 0x092B67) is known color: Sapphire. HEX triplet: 09, 2B and 67. RGB value is (9,43,103). Sum of RGB (Red+Green+Blue) = 9+43+103=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 43 (17.19% from 255 or 27.74% from 155); Blue value is 103 (40.62% from 255 or 66.45% from 155); Max value from RGB is 103 - color contains mainly: blue. Hex color #092B67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092B67 is #F6D498. Grayscale: #272727. Windows color (decimal): -16176281 or 6761225. OLE color: 6761225.
HSL color Cylindrical-coordinate representation of color #092B67: hue angle of 218.3º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #092B67 is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 9 | 43 | 103 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.60 |
| HSL | 218.3º | 0.84% | 0.22% | - |
| HSV(B) | 218.3º | 0.91% | 0.4% | - |
| XYZ | 3.42 | 2.77 | 13.19 | - |
| YUV | 39.67 | 163.74 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 43 | 103 | 0.91 | 0.58 | 0 | 0.60 | 218.3 | 0.84 | 0.22 |
| Hex | 9 | 2B | 67 | 5B | 3A | 0 | 3C | DA | 54 | 16 |
| Octal | 11 | 53 | 147 | 133 | 72 | 0 | 74 | 332 | 124 | 26 |
| Binary | 1001 | 101011 | 1100111 | 1011011 | 111010 | 0 | 111100 | 11011010 | 1010100 | 10110 |
Color Harmonies of #092B67
Complementary color
Monochromatic Colors of #092B67
Black with #092B67
Text Example
Text Example
White with #092B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092B67; }
p { color: rgb(9,43,103); }
H1.HeaderClassName
{
color: #092B67;
}
.AnyTagClassName
{
color: #092B67;
}
</style>
background-color css
<style>
a { background-color: #092B67; }
a { background-color: rgb(9,43,103); }
div.DivClassName
{
background-color: #092B67;
}
.BgClassName
{
background-color: #092B67;
}
</style>
border-color css
<style>
span { border-color: #092B67; }
span { border-color: rgb(9,43,103); }
td.TdClassName
{
border-color: #092B67;
}
.TagClassName
{
border-color: #092B67;
}
</style>