Shades of Sapphire #09204B
Tints of Sapphire #09204B
RGB
CMYK
RGB Variations
Color information
#09204B (or 0x09204B) is known color: Sapphire. HEX triplet: 09, 20 and 4B. RGB value is (9,32,75). Sum of RGB (Red+Green+Blue) = 9+32+75=116 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.76% from 116); Green value is 32 (12.89% from 255 or 27.59% from 116); Blue value is 75 (29.69% from 255 or 64.66% from 116); Max value from RGB is 75 - color contains mainly: blue. Hex color #09204B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09204B is #F6DFB4. Grayscale: #1D1D1D. Windows color (decimal): -16179125 or 4923401. OLE color: 4923401.
HSL color Cylindrical-coordinate representation of color #09204B: hue angle of 219.09º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09204B is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 32 | 75 | - |
| CMYK | 0.88 | 0.57 | 0 | 0.71 |
| HSL | 219.09º | 0.79% | 0.16% | - |
| HSV(B) | 219.09º | 0.88% | 0.29% | - |
| XYZ | 1.9 | 1.6 | 6.87 | - |
| YUV | 30.03 | 153.38 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 32 | 75 | 0.88 | 0.57 | 0 | 0.71 | 219.09 | 0.79 | 0.16 |
| Hex | 9 | 20 | 4B | 58 | 39 | 0 | 47 | DB | 4F | 10 |
| Octal | 11 | 40 | 113 | 130 | 71 | 0 | 107 | 333 | 117 | 20 |
| Binary | 1001 | 100000 | 1001011 | 1011000 | 111001 | 0 | 1000111 | 11011011 | 1001111 | 10000 |
Color Harmonies of #09204B
Complementary color
Monochromatic Colors of #09204B
Black with #09204B
Text Example
Text Example
White with #09204B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09204B; }
p { color: rgb(9,32,75); }
H1.HeaderClassName
{
color: #09204B;
}
.AnyTagClassName
{
color: #09204B;
}
</style>
background-color css
<style>
a { background-color: #09204B; }
a { background-color: rgb(9,32,75); }
div.DivClassName
{
background-color: #09204B;
}
.BgClassName
{
background-color: #09204B;
}
</style>
border-color css
<style>
span { border-color: #09204B; }
span { border-color: rgb(9,32,75); }
td.TdClassName
{
border-color: #09204B;
}
.TagClassName
{
border-color: #09204B;
}
</style>