Shades of Sapphire #09207D
Tints of Sapphire #09207D
RGB
CMYK
RGB Variations
Color information
#09207D (or 0x09207D) is known color: Sapphire. HEX triplet: 09, 20 and 7D. RGB value is (9,32,125). Sum of RGB (Red+Green+Blue) = 9+32+125=166 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.42% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 125 (49.22% from 255 or 75.30% from 166); Max value from RGB is 125 - color contains mainly: blue. Hex color #09207D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09207D is #F6DF82. Grayscale: #232323. Windows color (decimal): -16179075 or 8200201. OLE color: 8200201.
HSL color Cylindrical-coordinate representation of color #09207D: hue angle of 228.1º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09207D is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 32 | 125 | - |
| CMYK | 0.93 | 0.74 | 0 | 0.51 |
| HSL | 228.1º | 0.87% | 0.26% | - |
| HSV(B) | 228.1º | 0.93% | 0.49% | - |
| XYZ | 4.33 | 2.57 | 19.67 | - |
| YUV | 35.73 | 178.38 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 32 | 125 | 0.93 | 0.74 | 0 | 0.51 | 228.1 | 0.87 | 0.26 |
| Hex | 9 | 20 | 7D | 5D | 4A | 0 | 33 | E4 | 57 | 1A |
| Octal | 11 | 40 | 175 | 135 | 112 | 0 | 63 | 344 | 127 | 32 |
| Binary | 1001 | 100000 | 1111101 | 1011101 | 1001010 | 0 | 110011 | 11100100 | 1010111 | 11010 |
Color Harmonies of #09207D
Complementary color
Monochromatic Colors of #09207D
Black with #09207D
Text Example
Text Example
White with #09207D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09207D; }
p { color: rgb(9,32,125); }
H1.HeaderClassName
{
color: #09207D;
}
.AnyTagClassName
{
color: #09207D;
}
</style>
background-color css
<style>
a { background-color: #09207D; }
a { background-color: rgb(9,32,125); }
div.DivClassName
{
background-color: #09207D;
}
.BgClassName
{
background-color: #09207D;
}
</style>
border-color css
<style>
span { border-color: #09207D; }
span { border-color: rgb(9,32,125); }
td.TdClassName
{
border-color: #09207D;
}
.TagClassName
{
border-color: #09207D;
}
</style>