Shades of Sapphire #09145C
Tints of Sapphire #09145C
RGB
CMYK
RGB Variations
Color information
#09145C (or 0x09145C) is known color: Sapphire. HEX triplet: 09, 14 and 5C. RGB value is (9,20,92). Sum of RGB (Red+Green+Blue) = 9+20+92=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 92 (36.33% from 255 or 76.03% from 121); Max value from RGB is 92 - color contains mainly: blue. Hex color #09145C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09145C is #F6EBA3. Grayscale: #181818. Windows color (decimal): -16182180 or 6034441. OLE color: 6034441.
HSL color Cylindrical-coordinate representation of color #09145C: hue angle of 232.05º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09145C is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 20 | 92 | - |
| CMYK | 0.90 | 0.78 | 0 | 0.64 |
| HSL | 232.05º | 0.82% | 0.2% | - |
| HSV(B) | 232.05º | 0.9% | 0.36% | - |
| XYZ | 2.29 | 1.33 | 10.26 | - |
| YUV | 24.92 | 165.86 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 20 | 92 | 0.90 | 0.78 | 0 | 0.64 | 232.05 | 0.82 | 0.2 |
| Hex | 9 | 14 | 5C | 5A | 4E | 0 | 40 | E8 | 52 | 14 |
| Octal | 11 | 24 | 134 | 132 | 116 | 0 | 100 | 350 | 122 | 24 |
| Binary | 1001 | 10100 | 1011100 | 1011010 | 1001110 | 0 | 1000000 | 11101000 | 1010010 | 10100 |
Color Harmonies of #09145C
Complementary color
Monochromatic Colors of #09145C
Black with #09145C
Text Example
Text Example
White with #09145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09145C; }
p { color: rgb(9,20,92); }
H1.HeaderClassName
{
color: #09145C;
}
.AnyTagClassName
{
color: #09145C;
}
</style>
background-color css
<style>
a { background-color: #09145C; }
a { background-color: rgb(9,20,92); }
div.DivClassName
{
background-color: #09145C;
}
.BgClassName
{
background-color: #09145C;
}
</style>
border-color css
<style>
span { border-color: #09145C; }
span { border-color: rgb(9,20,92); }
td.TdClassName
{
border-color: #09145C;
}
.TagClassName
{
border-color: #09145C;
}
</style>