Shades of Sapphire #09145D
Tints of Sapphire #09145D
RGB
CMYK
RGB Variations
Color information
#09145D (or 0x09145D) is known color: Sapphire. HEX triplet: 09, 14 and 5D. RGB value is (9,20,93). Sum of RGB (Red+Green+Blue) = 9+20+93=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 93 (36.72% from 255 or 76.23% from 122); Max value from RGB is 93 - color contains mainly: blue. Hex color #09145D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09145D is #F6EBA2. Grayscale: #181818. Windows color (decimal): -16182179 or 6099977. OLE color: 6099977.
HSL color Cylindrical-coordinate representation of color #09145D: hue angle of 232.14º 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 #09145D is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 20 | 93 | - |
| CMYK | 0.90 | 0.78 | 0 | 0.64 |
| HSL | 232.14º | 0.82% | 0.2% | - |
| HSV(B) | 232.14º | 0.9% | 0.36% | - |
| XYZ | 2.34 | 1.35 | 10.49 | - |
| YUV | 25.03 | 166.36 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 20 | 93 | 0.90 | 0.78 | 0 | 0.64 | 232.14 | 0.82 | 0.2 |
| Hex | 9 | 14 | 5D | 5A | 4E | 0 | 40 | E8 | 52 | 14 |
| Octal | 11 | 24 | 135 | 132 | 116 | 0 | 100 | 350 | 122 | 24 |
| Binary | 1001 | 10100 | 1011101 | 1011010 | 1001110 | 0 | 1000000 | 11101000 | 1010010 | 10100 |
Color Harmonies of #09145D
Complementary color
Monochromatic Colors of #09145D
Black with #09145D
Text Example
Text Example
White with #09145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09145D; }
p { color: rgb(9,20,93); }
H1.HeaderClassName
{
color: #09145D;
}
.AnyTagClassName
{
color: #09145D;
}
</style>
background-color css
<style>
a { background-color: #09145D; }
a { background-color: rgb(9,20,93); }
div.DivClassName
{
background-color: #09145D;
}
.BgClassName
{
background-color: #09145D;
}
</style>
border-color css
<style>
span { border-color: #09145D; }
span { border-color: rgb(9,20,93); }
td.TdClassName
{
border-color: #09145D;
}
.TagClassName
{
border-color: #09145D;
}
</style>