Shades of Sapphire #09194B
Tints of Sapphire #09194B
RGB
CMYK
RGB Variations
Color information
#09194B (or 0x09194B) is known color: Sapphire. HEX triplet: 09, 19 and 4B. RGB value is (9,25,75). Sum of RGB (Red+Green+Blue) = 9+25+75=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 25 (10.16% from 255 or 22.94% from 109); Blue value is 75 (29.69% from 255 or 68.81% from 109); Max value from RGB is 75 - color contains mainly: blue. Hex color #09194B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09194B is #F6E6B4. Grayscale: #191919. Windows color (decimal): -16180917 or 4921609. OLE color: 4921609.
HSL color Cylindrical-coordinate representation of color #09194B: hue angle of 225.45º 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 #09194B is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 25 | 75 | - |
| CMYK | 0.88 | 0.67 | 0 | 0.71 |
| HSL | 225.45º | 0.79% | 0.16% | - |
| HSV(B) | 225.45º | 0.88% | 0.29% | - |
| XYZ | 1.73 | 1.26 | 6.81 | - |
| YUV | 25.92 | 155.7 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 25 | 75 | 0.88 | 0.67 | 0 | 0.71 | 225.45 | 0.79 | 0.16 |
| Hex | 9 | 19 | 4B | 58 | 43 | 0 | 47 | E1 | 4F | 10 |
| Octal | 11 | 31 | 113 | 130 | 103 | 0 | 107 | 341 | 117 | 20 |
| Binary | 1001 | 11001 | 1001011 | 1011000 | 1000011 | 0 | 1000111 | 11100001 | 1001111 | 10000 |
Color Harmonies of #09194B
Complementary color
Monochromatic Colors of #09194B
Black with #09194B
Text Example
Text Example
White with #09194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09194B; }
p { color: rgb(9,25,75); }
H1.HeaderClassName
{
color: #09194B;
}
.AnyTagClassName
{
color: #09194B;
}
</style>
background-color css
<style>
a { background-color: #09194B; }
a { background-color: rgb(9,25,75); }
div.DivClassName
{
background-color: #09194B;
}
.BgClassName
{
background-color: #09194B;
}
</style>
border-color css
<style>
span { border-color: #09194B; }
span { border-color: rgb(9,25,75); }
td.TdClassName
{
border-color: #09194B;
}
.TagClassName
{
border-color: #09194B;
}
</style>