Shades of Sapphire #091B62
Tints of Sapphire #091B62
RGB
CMYK
RGB Variations
Color information
#091B62 (or 0x091B62) is known color: Sapphire. HEX triplet: 09, 1B and 62. RGB value is (9,27,98). Sum of RGB (Red+Green+Blue) = 9+27+98=134 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.72% from 134); Green value is 27 (10.94% from 255 or 20.15% from 134); Blue value is 98 (38.67% from 255 or 73.13% from 134); Max value from RGB is 98 - color contains mainly: blue. Hex color #091B62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091B62 is #F6E49D. Grayscale: #1D1D1D. Windows color (decimal): -16180382 or 6429449. OLE color: 6429449.
HSL color Cylindrical-coordinate representation of color #091B62: hue angle of 227.87º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #091B62 is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 27 | 98 | - |
| CMYK | 0.91 | 0.72 | 0 | 0.62 |
| HSL | 227.87º | 0.83% | 0.21% | - |
| HSV(B) | 227.87º | 0.91% | 0.38% | - |
| XYZ | 2.71 | 1.72 | 11.75 | - |
| YUV | 29.71 | 166.54 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 27 | 98 | 0.91 | 0.72 | 0 | 0.62 | 227.87 | 0.83 | 0.21 |
| Hex | 9 | 1B | 62 | 5B | 48 | 0 | 3E | E4 | 53 | 15 |
| Octal | 11 | 33 | 142 | 133 | 110 | 0 | 76 | 344 | 123 | 25 |
| Binary | 1001 | 11011 | 1100010 | 1011011 | 1001000 | 0 | 111110 | 11100100 | 1010011 | 10101 |
Color Harmonies of #091B62
Complementary color
Monochromatic Colors of #091B62
Black with #091B62
Text Example
Text Example
White with #091B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091B62; }
p { color: rgb(9,27,98); }
H1.HeaderClassName
{
color: #091B62;
}
.AnyTagClassName
{
color: #091B62;
}
</style>
background-color css
<style>
a { background-color: #091B62; }
a { background-color: rgb(9,27,98); }
div.DivClassName
{
background-color: #091B62;
}
.BgClassName
{
background-color: #091B62;
}
</style>
border-color css
<style>
span { border-color: #091B62; }
span { border-color: rgb(9,27,98); }
td.TdClassName
{
border-color: #091B62;
}
.TagClassName
{
border-color: #091B62;
}
</style>