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