Shades of Sapphire #09265E
Tints of Sapphire #09265E
RGB
CMYK
RGB Variations
Color information
#09265E (or 0x09265E) is known color: Sapphire. HEX triplet: 09, 26 and 5E. RGB value is (9,38,94). Sum of RGB (Red+Green+Blue) = 9+38+94=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 38 (15.23% from 255 or 26.95% from 141); Blue value is 94 (37.11% from 255 or 66.67% from 141); Max value from RGB is 94 - color contains mainly: blue. Hex color #09265E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09265E is #F6D9A1. Grayscale: #232323. Windows color (decimal): -16177570 or 6170121. OLE color: 6170121.
HSL color Cylindrical-coordinate representation of color #09265E: hue angle of 219.53º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09265E is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 9 | 38 | 94 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.63 |
| HSL | 219.53º | 0.83% | 0.2% | - |
| HSV(B) | 219.53º | 0.9% | 0.37% | - |
| XYZ | 2.83 | 2.25 | 10.88 | - |
| YUV | 35.71 | 160.89 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 38 | 94 | 0.90 | 0.60 | 0 | 0.63 | 219.53 | 0.83 | 0.2 |
| Hex | 9 | 26 | 5E | 5A | 3C | 0 | 3F | DC | 53 | 14 |
| Octal | 11 | 46 | 136 | 132 | 74 | 0 | 77 | 334 | 123 | 24 |
| Binary | 1001 | 100110 | 1011110 | 1011010 | 111100 | 0 | 111111 | 11011100 | 1010011 | 10100 |
Color Harmonies of #09265E
Complementary color
Monochromatic Colors of #09265E
Black with #09265E
Text Example
Text Example
White with #09265E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09265E; }
p { color: rgb(9,38,94); }
H1.HeaderClassName
{
color: #09265E;
}
.AnyTagClassName
{
color: #09265E;
}
</style>
background-color css
<style>
a { background-color: #09265E; }
a { background-color: rgb(9,38,94); }
div.DivClassName
{
background-color: #09265E;
}
.BgClassName
{
background-color: #09265E;
}
</style>
border-color css
<style>
span { border-color: #09265E; }
span { border-color: rgb(9,38,94); }
td.TdClassName
{
border-color: #09265E;
}
.TagClassName
{
border-color: #09265E;
}
</style>