Shades of Sapphire #09265B
Tints of Sapphire #09265B
RGB
CMYK
RGB Variations
Color information
#09265B (or 0x09265B) is known color: Sapphire. HEX triplet: 09, 26 and 5B. RGB value is (9,38,91). Sum of RGB (Red+Green+Blue) = 9+38+91=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 38 (15.23% from 255 or 27.54% from 138); Blue value is 91 (35.94% from 255 or 65.94% from 138); Max value from RGB is 91 - color contains mainly: blue. Hex color #09265B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09265B is #F6D9A4. Grayscale: #232323. Windows color (decimal): -16177573 or 5973513. OLE color: 5973513.
HSL color Cylindrical-coordinate representation of color #09265B: hue angle of 218.78º 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 #09265B is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 38 | 91 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.64 |
| HSL | 218.78º | 0.82% | 0.2% | - |
| HSV(B) | 218.78º | 0.9% | 0.36% | - |
| XYZ | 2.69 | 2.2 | 10.18 | - |
| YUV | 35.37 | 159.39 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 38 | 91 | 0.90 | 0.58 | 0 | 0.64 | 218.78 | 0.82 | 0.2 |
| Hex | 9 | 26 | 5B | 5A | 3A | 0 | 40 | DB | 52 | 14 |
| Octal | 11 | 46 | 133 | 132 | 72 | 0 | 100 | 333 | 122 | 24 |
| Binary | 1001 | 100110 | 1011011 | 1011010 | 111010 | 0 | 1000000 | 11011011 | 1010010 | 10100 |
Color Harmonies of #09265B
Complementary color
Monochromatic Colors of #09265B
Black with #09265B
Text Example
Text Example
White with #09265B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09265B; }
p { color: rgb(9,38,91); }
H1.HeaderClassName
{
color: #09265B;
}
.AnyTagClassName
{
color: #09265B;
}
</style>
background-color css
<style>
a { background-color: #09265B; }
a { background-color: rgb(9,38,91); }
div.DivClassName
{
background-color: #09265B;
}
.BgClassName
{
background-color: #09265B;
}
</style>
border-color css
<style>
span { border-color: #09265B; }
span { border-color: rgb(9,38,91); }
td.TdClassName
{
border-color: #09265B;
}
.TagClassName
{
border-color: #09265B;
}
</style>