Shades of Sapphire #09145F
Tints of Sapphire #09145F
RGB
CMYK
RGB Variations
Color information
#09145F (or 0x09145F) is known color: Sapphire. HEX triplet: 09, 14 and 5F. RGB value is (9,20,95). Sum of RGB (Red+Green+Blue) = 9+20+95=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 20 (8.20% from 255 or 16.13% from 124); Blue value is 95 (37.5% from 255 or 76.61% from 124); Max value from RGB is 95 - color contains mainly: blue. Hex color #09145F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09145F is #F6EBA0. Grayscale: #181818. Windows color (decimal): -16182177 or 6231049. OLE color: 6231049.
HSL color Cylindrical-coordinate representation of color #09145F: hue angle of 232.33º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09145F is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 9 | 20 | 95 | - |
| CMYK | 0.91 | 0.79 | 0 | 0.63 |
| HSL | 232.33º | 0.83% | 0.2% | - |
| HSV(B) | 232.33º | 0.91% | 0.37% | - |
| XYZ | 2.43 | 1.38 | 10.97 | - |
| YUV | 25.26 | 167.36 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 20 | 95 | 0.91 | 0.79 | 0 | 0.63 | 232.33 | 0.83 | 0.2 |
| Hex | 9 | 14 | 5F | 5B | 4F | 0 | 3F | E8 | 53 | 14 |
| Octal | 11 | 24 | 137 | 133 | 117 | 0 | 77 | 350 | 123 | 24 |
| Binary | 1001 | 10100 | 1011111 | 1011011 | 1001111 | 0 | 111111 | 11101000 | 1010011 | 10100 |
Color Harmonies of #09145F
Complementary color
Monochromatic Colors of #09145F
Black with #09145F
Text Example
Text Example
White with #09145F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09145F; }
p { color: rgb(9,20,95); }
H1.HeaderClassName
{
color: #09145F;
}
.AnyTagClassName
{
color: #09145F;
}
</style>
background-color css
<style>
a { background-color: #09145F; }
a { background-color: rgb(9,20,95); }
div.DivClassName
{
background-color: #09145F;
}
.BgClassName
{
background-color: #09145F;
}
</style>
border-color css
<style>
span { border-color: #09145F; }
span { border-color: rgb(9,20,95); }
td.TdClassName
{
border-color: #09145F;
}
.TagClassName
{
border-color: #09145F;
}
</style>