Shades of Sapphire #09184B
Tints of Sapphire #09184B
RGB
CMYK
RGB Variations
Color information
#09184B (or 0x09184B) is known color: Sapphire. HEX triplet: 09, 18 and 4B. RGB value is (9,24,75). Sum of RGB (Red+Green+Blue) = 9+24+75=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 24 (9.77% from 255 or 22.22% from 108); Blue value is 75 (29.69% from 255 or 69.44% from 108); Max value from RGB is 75 - color contains mainly: blue. Hex color #09184B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09184B is #F6E7B4. Grayscale: #191919. Windows color (decimal): -16181173 or 4921353. OLE color: 4921353.
HSL color Cylindrical-coordinate representation of color #09184B: hue angle of 226.36º 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 #09184B is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 24 | 75 | - |
| CMYK | 0.88 | 0.68 | 0 | 0.71 |
| HSL | 226.36º | 0.79% | 0.16% | - |
| HSV(B) | 226.36º | 0.88% | 0.29% | - |
| XYZ | 1.71 | 1.22 | 6.8 | - |
| YUV | 25.33 | 156.03 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 24 | 75 | 0.88 | 0.68 | 0 | 0.71 | 226.36 | 0.79 | 0.16 |
| Hex | 9 | 18 | 4B | 58 | 44 | 0 | 47 | E2 | 4F | 10 |
| Octal | 11 | 30 | 113 | 130 | 104 | 0 | 107 | 342 | 117 | 20 |
| Binary | 1001 | 11000 | 1001011 | 1011000 | 1000100 | 0 | 1000111 | 11100010 | 1001111 | 10000 |
Color Harmonies of #09184B
Complementary color
Monochromatic Colors of #09184B
Black with #09184B
Text Example
Text Example
White with #09184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09184B; }
p { color: rgb(9,24,75); }
H1.HeaderClassName
{
color: #09184B;
}
.AnyTagClassName
{
color: #09184B;
}
</style>
background-color css
<style>
a { background-color: #09184B; }
a { background-color: rgb(9,24,75); }
div.DivClassName
{
background-color: #09184B;
}
.BgClassName
{
background-color: #09184B;
}
</style>
border-color css
<style>
span { border-color: #09184B; }
span { border-color: rgb(9,24,75); }
td.TdClassName
{
border-color: #09184B;
}
.TagClassName
{
border-color: #09184B;
}
</style>