Shades of Sapphire #09254C
Tints of Sapphire #09254C
RGB
CMYK
RGB Variations
Color information
#09254C (or 0x09254C) is known color: Sapphire. HEX triplet: 09, 25 and 4C. RGB value is (9,37,76). Sum of RGB (Red+Green+Blue) = 9+37+76=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 37 (14.84% from 255 or 30.33% from 122); Blue value is 76 (30.08% from 255 or 62.30% from 122); Max value from RGB is 76 - color contains mainly: blue. Hex color #09254C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09254C is #F6DAB3. Grayscale: #202020. Windows color (decimal): -16177844 or 4990217. OLE color: 4990217.
HSL color Cylindrical-coordinate representation of color #09254C: hue angle of 214.93º 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 #09254C is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 37 | 76 | - |
| CMYK | 0.88 | 0.51 | 0 | 0.70 |
| HSL | 214.93º | 0.79% | 0.17% | - |
| HSV(B) | 214.93º | 0.88% | 0.3% | - |
| XYZ | 2.08 | 1.9 | 7.1 | - |
| YUV | 33.07 | 152.22 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 37 | 76 | 0.88 | 0.51 | 0 | 0.70 | 214.93 | 0.79 | 0.17 |
| Hex | 9 | 25 | 4C | 58 | 33 | 0 | 46 | D7 | 4F | 11 |
| Octal | 11 | 45 | 114 | 130 | 63 | 0 | 106 | 327 | 117 | 21 |
| Binary | 1001 | 100101 | 1001100 | 1011000 | 110011 | 0 | 1000110 | 11010111 | 1001111 | 10001 |
Color Harmonies of #09254C
Complementary color
Monochromatic Colors of #09254C
Black with #09254C
Text Example
Text Example
White with #09254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09254C; }
p { color: rgb(9,37,76); }
H1.HeaderClassName
{
color: #09254C;
}
.AnyTagClassName
{
color: #09254C;
}
</style>
background-color css
<style>
a { background-color: #09254C; }
a { background-color: rgb(9,37,76); }
div.DivClassName
{
background-color: #09254C;
}
.BgClassName
{
background-color: #09254C;
}
</style>
border-color css
<style>
span { border-color: #09254C; }
span { border-color: rgb(9,37,76); }
td.TdClassName
{
border-color: #09254C;
}
.TagClassName
{
border-color: #09254C;
}
</style>