Shades of Sapphire #091A4A
Tints of Sapphire #091A4A
RGB
CMYK
RGB Variations
Color information
#091A4A (or 0x091A4A) is known color: Sapphire. HEX triplet: 09, 1A and 4A. RGB value is (9,26,74). Sum of RGB (Red+Green+Blue) = 9+26+74=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 26 (10.55% from 255 or 23.85% from 109); Blue value is 74 (29.30% from 255 or 67.89% from 109); Max value from RGB is 74 - color contains mainly: blue. Hex color #091A4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091A4A is #F6E5B5. Grayscale: #1A1A1A. Windows color (decimal): -16180662 or 4856329. OLE color: 4856329.
HSL color Cylindrical-coordinate representation of color #091A4A: hue angle of 224.31º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #091A4A is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 26 | 74 | - |
| CMYK | 0.88 | 0.65 | 0 | 0.71 |
| HSL | 224.31º | 0.78% | 0.16% | - |
| HSV(B) | 224.31º | 0.88% | 0.29% | - |
| XYZ | 1.72 | 1.29 | 6.64 | - |
| YUV | 26.39 | 154.87 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 26 | 74 | 0.88 | 0.65 | 0 | 0.71 | 224.31 | 0.78 | 0.16 |
| Hex | 9 | 1A | 4A | 58 | 41 | 0 | 47 | E0 | 4E | 10 |
| Octal | 11 | 32 | 112 | 130 | 101 | 0 | 107 | 340 | 116 | 20 |
| Binary | 1001 | 11010 | 1001010 | 1011000 | 1000001 | 0 | 1000111 | 11100000 | 1001110 | 10000 |
Color Harmonies of #091A4A
Complementary color
Monochromatic Colors of #091A4A
Black with #091A4A
Text Example
Text Example
White with #091A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091A4A; }
p { color: rgb(9,26,74); }
H1.HeaderClassName
{
color: #091A4A;
}
.AnyTagClassName
{
color: #091A4A;
}
</style>
background-color css
<style>
a { background-color: #091A4A; }
a { background-color: rgb(9,26,74); }
div.DivClassName
{
background-color: #091A4A;
}
.BgClassName
{
background-color: #091A4A;
}
</style>
border-color css
<style>
span { border-color: #091A4A; }
span { border-color: rgb(9,26,74); }
td.TdClassName
{
border-color: #091A4A;
}
.TagClassName
{
border-color: #091A4A;
}
</style>