Shades of Sapphire #09194D
Tints of Sapphire #09194D
RGB
CMYK
RGB Variations
Color information
#09194D (or 0x09194D) is known color: Sapphire. HEX triplet: 09, 19 and 4D. RGB value is (9,25,77). Sum of RGB (Red+Green+Blue) = 9+25+77=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 25 (10.16% from 255 or 22.52% from 111); Blue value is 77 (30.47% from 255 or 69.37% from 111); Max value from RGB is 77 - color contains mainly: blue. Hex color #09194D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09194D is #F6E6B2. Grayscale: #191919. Windows color (decimal): -16180915 or 5052681. OLE color: 5052681.
HSL color Cylindrical-coordinate representation of color #09194D: hue angle of 225.88º 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 #09194D is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 25 | 77 | - |
| CMYK | 0.88 | 0.68 | 0 | 0.70 |
| HSL | 225.88º | 0.79% | 0.17% | - |
| HSV(B) | 225.88º | 0.88% | 0.3% | - |
| XYZ | 1.8 | 1.29 | 7.18 | - |
| YUV | 26.14 | 156.7 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 25 | 77 | 0.88 | 0.68 | 0 | 0.70 | 225.88 | 0.79 | 0.17 |
| Hex | 9 | 19 | 4D | 58 | 44 | 0 | 46 | E2 | 4F | 11 |
| Octal | 11 | 31 | 115 | 130 | 104 | 0 | 106 | 342 | 117 | 21 |
| Binary | 1001 | 11001 | 1001101 | 1011000 | 1000100 | 0 | 1000110 | 11100010 | 1001111 | 10001 |
Color Harmonies of #09194D
Complementary color
Monochromatic Colors of #09194D
Black with #09194D
Text Example
Text Example
White with #09194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09194D; }
p { color: rgb(9,25,77); }
H1.HeaderClassName
{
color: #09194D;
}
.AnyTagClassName
{
color: #09194D;
}
</style>
background-color css
<style>
a { background-color: #09194D; }
a { background-color: rgb(9,25,77); }
div.DivClassName
{
background-color: #09194D;
}
.BgClassName
{
background-color: #09194D;
}
</style>
border-color css
<style>
span { border-color: #09194D; }
span { border-color: rgb(9,25,77); }
td.TdClassName
{
border-color: #09194D;
}
.TagClassName
{
border-color: #09194D;
}
</style>