Shades of Sapphire #091F4B
Tints of Sapphire #091F4B
RGB
CMYK
RGB Variations
Color information
#091F4B (or 0x091F4B) is known color: Sapphire. HEX triplet: 09, 1F and 4B. RGB value is (9,31,75). Sum of RGB (Red+Green+Blue) = 9+31+75=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 31 (12.5% from 255 or 26.96% from 115); Blue value is 75 (29.69% from 255 or 65.22% from 115); Max value from RGB is 75 - color contains mainly: blue. Hex color #091F4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091F4B is #F6E0B4. Grayscale: #1D1D1D. Windows color (decimal): -16179381 or 4923145. OLE color: 4923145.
HSL color Cylindrical-coordinate representation of color #091F4B: hue angle of 220º degrees, saturation: 0.79, 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 #091F4B is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 31 | 75 | - |
| CMYK | 0.88 | 0.59 | 0 | 0.71 |
| HSL | 220º | 0.79% | 0.16% | - |
| HSV(B) | 220º | 0.88% | 0.29% | - |
| XYZ | 1.87 | 1.55 | 6.86 | - |
| YUV | 29.44 | 153.71 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 31 | 75 | 0.88 | 0.59 | 0 | 0.71 | 220 | 0.79 | 0.16 |
| Hex | 9 | 1F | 4B | 58 | 3B | 0 | 47 | DC | 4F | 10 |
| Octal | 11 | 37 | 113 | 130 | 73 | 0 | 107 | 334 | 117 | 20 |
| Binary | 1001 | 11111 | 1001011 | 1011000 | 111011 | 0 | 1000111 | 11011100 | 1001111 | 10000 |
Color Harmonies of #091F4B
Complementary color
Monochromatic Colors of #091F4B
Black with #091F4B
Text Example
Text Example
White with #091F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091F4B; }
p { color: rgb(9,31,75); }
H1.HeaderClassName
{
color: #091F4B;
}
.AnyTagClassName
{
color: #091F4B;
}
</style>
background-color css
<style>
a { background-color: #091F4B; }
a { background-color: rgb(9,31,75); }
div.DivClassName
{
background-color: #091F4B;
}
.BgClassName
{
background-color: #091F4B;
}
</style>
border-color css
<style>
span { border-color: #091F4B; }
span { border-color: rgb(9,31,75); }
td.TdClassName
{
border-color: #091F4B;
}
.TagClassName
{
border-color: #091F4B;
}
</style>