Shades of Sapphire #091A4C
Tints of Sapphire #091A4C
RGB
CMYK
RGB Variations
Color information
#091A4C (or 0x091A4C) is known color: Sapphire. HEX triplet: 09, 1A and 4C. RGB value is (9,26,76). Sum of RGB (Red+Green+Blue) = 9+26+76=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 26 (10.55% from 255 or 23.42% from 111); Blue value is 76 (30.08% from 255 or 68.47% from 111); Max value from RGB is 76 - color contains mainly: blue. Hex color #091A4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091A4C is #F6E5B3. Grayscale: #1A1A1A. Windows color (decimal): -16180660 or 4987401. OLE color: 4987401.
HSL color Cylindrical-coordinate representation of color #091A4C: hue angle of 224.78º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #091A4C is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 26 | 76 | - |
| CMYK | 0.88 | 0.66 | 0 | 0.70 |
| HSL | 224.78º | 0.79% | 0.17% | - |
| HSV(B) | 224.78º | 0.88% | 0.3% | - |
| XYZ | 1.79 | 1.32 | 7 | - |
| YUV | 26.62 | 155.87 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 26 | 76 | 0.88 | 0.66 | 0 | 0.70 | 224.78 | 0.79 | 0.17 |
| Hex | 9 | 1A | 4C | 58 | 42 | 0 | 46 | E1 | 4F | 11 |
| Octal | 11 | 32 | 114 | 130 | 102 | 0 | 106 | 341 | 117 | 21 |
| Binary | 1001 | 11010 | 1001100 | 1011000 | 1000010 | 0 | 1000110 | 11100001 | 1001111 | 10001 |
Color Harmonies of #091A4C
Complementary color
Monochromatic Colors of #091A4C
Black with #091A4C
Text Example
Text Example
White with #091A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091A4C; }
p { color: rgb(9,26,76); }
H1.HeaderClassName
{
color: #091A4C;
}
.AnyTagClassName
{
color: #091A4C;
}
</style>
background-color css
<style>
a { background-color: #091A4C; }
a { background-color: rgb(9,26,76); }
div.DivClassName
{
background-color: #091A4C;
}
.BgClassName
{
background-color: #091A4C;
}
</style>
border-color css
<style>
span { border-color: #091A4C; }
span { border-color: rgb(9,26,76); }
td.TdClassName
{
border-color: #091A4C;
}
.TagClassName
{
border-color: #091A4C;
}
</style>