Shades of Sapphire #091B53
Tints of Sapphire #091B53
RGB
CMYK
RGB Variations
Color information
#091B53 (or 0x091B53) is known color: Sapphire. HEX triplet: 09, 1B and 53. RGB value is (9,27,83). Sum of RGB (Red+Green+Blue) = 9+27+83=119 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.56% from 119); Green value is 27 (10.94% from 255 or 22.69% from 119); Blue value is 83 (32.81% from 255 or 69.75% from 119); Max value from RGB is 83 - color contains mainly: blue. Hex color #091B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091B53 is #F6E4AC. Grayscale: #1B1B1B. Windows color (decimal): -16180397 or 5446409. OLE color: 5446409.
HSL color Cylindrical-coordinate representation of color #091B53: hue angle of 225.41º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #091B53 is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 27 | 83 | - |
| CMYK | 0.89 | 0.67 | 0 | 0.67 |
| HSL | 225.41º | 0.8% | 0.18% | - |
| HSV(B) | 225.41º | 0.89% | 0.33% | - |
| XYZ | 2.07 | 1.47 | 8.36 | - |
| YUV | 28 | 159.04 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 27 | 83 | 0.89 | 0.67 | 0 | 0.67 | 225.41 | 0.8 | 0.18 |
| Hex | 9 | 1B | 53 | 59 | 43 | 0 | 43 | E1 | 50 | 12 |
| Octal | 11 | 33 | 123 | 131 | 103 | 0 | 103 | 341 | 120 | 22 |
| Binary | 1001 | 11011 | 1010011 | 1011001 | 1000011 | 0 | 1000011 | 11100001 | 1010000 | 10010 |
Color Harmonies of #091B53
Complementary color
Monochromatic Colors of #091B53
Black with #091B53
Text Example
Text Example
White with #091B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091B53; }
p { color: rgb(9,27,83); }
H1.HeaderClassName
{
color: #091B53;
}
.AnyTagClassName
{
color: #091B53;
}
</style>
background-color css
<style>
a { background-color: #091B53; }
a { background-color: rgb(9,27,83); }
div.DivClassName
{
background-color: #091B53;
}
.BgClassName
{
background-color: #091B53;
}
</style>
border-color css
<style>
span { border-color: #091B53; }
span { border-color: rgb(9,27,83); }
td.TdClassName
{
border-color: #091B53;
}
.TagClassName
{
border-color: #091B53;
}
</style>