Shades of Sapphire #09145B
Tints of Sapphire #09145B
RGB
CMYK
RGB Variations
Color information
#09145B (or 0x09145B) is known color: Sapphire. HEX triplet: 09, 14 and 5B. RGB value is (9,20,91). Sum of RGB (Red+Green+Blue) = 9+20+91=120 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.5% from 120); Green value is 20 (8.20% from 255 or 16.67% from 120); Blue value is 91 (35.94% from 255 or 75.83% from 120); Max value from RGB is 91 - color contains mainly: blue. Hex color #09145B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09145B is #F6EBA4. Grayscale: #181818. Windows color (decimal): -16182181 or 5968905. OLE color: 5968905.
HSL color Cylindrical-coordinate representation of color #09145B: hue angle of 231.95º 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 #09145B is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 20 | 91 | - |
| CMYK | 0.90 | 0.78 | 0 | 0.64 |
| HSL | 231.95º | 0.82% | 0.2% | - |
| HSV(B) | 231.95º | 0.9% | 0.36% | - |
| XYZ | 2.25 | 1.31 | 10.03 | - |
| YUV | 24.81 | 165.36 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 20 | 91 | 0.90 | 0.78 | 0 | 0.64 | 231.95 | 0.82 | 0.2 |
| Hex | 9 | 14 | 5B | 5A | 4E | 0 | 40 | E8 | 52 | 14 |
| Octal | 11 | 24 | 133 | 132 | 116 | 0 | 100 | 350 | 122 | 24 |
| Binary | 1001 | 10100 | 1011011 | 1011010 | 1001110 | 0 | 1000000 | 11101000 | 1010010 | 10100 |
Color Harmonies of #09145B
Complementary color
Monochromatic Colors of #09145B
Black with #09145B
Text Example
Text Example
White with #09145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09145B; }
p { color: rgb(9,20,91); }
H1.HeaderClassName
{
color: #09145B;
}
.AnyTagClassName
{
color: #09145B;
}
</style>
background-color css
<style>
a { background-color: #09145B; }
a { background-color: rgb(9,20,91); }
div.DivClassName
{
background-color: #09145B;
}
.BgClassName
{
background-color: #09145B;
}
</style>
border-color css
<style>
span { border-color: #09145B; }
span { border-color: rgb(9,20,91); }
td.TdClassName
{
border-color: #09145B;
}
.TagClassName
{
border-color: #09145B;
}
</style>