Shades of Sapphire #09265D
Tints of Sapphire #09265D
RGB
CMYK
RGB Variations
Color information
#09265D (or 0x09265D) is known color: Sapphire. HEX triplet: 09, 26 and 5D. RGB value is (9,38,93). Sum of RGB (Red+Green+Blue) = 9+38+93=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 93 (36.72% from 255 or 66.43% from 140); Max value from RGB is 93 - color contains mainly: blue. Hex color #09265D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09265D is #F6D9A2. Grayscale: #232323. Windows color (decimal): -16177571 or 6104585. OLE color: 6104585.
HSL color Cylindrical-coordinate representation of color #09265D: hue angle of 219.29º 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 #09265D is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 38 | 93 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.64 |
| HSL | 219.29º | 0.82% | 0.2% | - |
| HSV(B) | 219.29º | 0.9% | 0.36% | - |
| XYZ | 2.78 | 2.23 | 10.64 | - |
| YUV | 35.6 | 160.39 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 38 | 93 | 0.90 | 0.59 | 0 | 0.64 | 219.29 | 0.82 | 0.2 |
| Hex | 9 | 26 | 5D | 5A | 3B | 0 | 40 | DB | 52 | 14 |
| Octal | 11 | 46 | 135 | 132 | 73 | 0 | 100 | 333 | 122 | 24 |
| Binary | 1001 | 100110 | 1011101 | 1011010 | 111011 | 0 | 1000000 | 11011011 | 1010010 | 10100 |
Color Harmonies of #09265D
Complementary color
Monochromatic Colors of #09265D
Black with #09265D
Text Example
Text Example
White with #09265D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09265D; }
p { color: rgb(9,38,93); }
H1.HeaderClassName
{
color: #09265D;
}
.AnyTagClassName
{
color: #09265D;
}
</style>
background-color css
<style>
a { background-color: #09265D; }
a { background-color: rgb(9,38,93); }
div.DivClassName
{
background-color: #09265D;
}
.BgClassName
{
background-color: #09265D;
}
</style>
border-color css
<style>
span { border-color: #09265D; }
span { border-color: rgb(9,38,93); }
td.TdClassName
{
border-color: #09265D;
}
.TagClassName
{
border-color: #09265D;
}
</style>