Shades of Medium Blue #091FC9
Tints of Medium Blue #091FC9
RGB
CMYK
RGB Variations
Color information
#091FC9 (or 0x091FC9) is known color: Medium Blue. HEX triplet: 09, 1F and C9. RGB value is (9,31,201). Sum of RGB (Red+Green+Blue) = 9+31+201=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 31 (12.5% from 255 or 12.86% from 241); Blue value is 201 (78.91% from 255 or 83.40% from 241); Max value from RGB is 201 - color contains mainly: blue. Hex color #091FC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091FC9 is #F6E036. Grayscale: #2B2B2B. Windows color (decimal): -16179255 or 13180681. OLE color: 13180681.
HSL color Cylindrical-coordinate representation of color #091FC9: hue angle of 233.12º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #091FC9 is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 31 | 201 | - |
| CMYK | 0.96 | 0.85 | 0 | 0.21 |
| HSL | 233.13º | 0.91% | 0.41% | - |
| HSV(B) | 233.13º | 0.96% | 0.79% | - |
| XYZ | 11.15 | 5.26 | 55.69 | - |
| YUV | 43.8 | 216.71 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 31 | 201 | 0.96 | 0.85 | 0 | 0.21 | 233.13 | 0.91 | 0.41 |
| Hex | 9 | 1F | C9 | 60 | 55 | 0 | 15 | E9 | 5B | 29 |
| Octal | 11 | 37 | 311 | 140 | 125 | 0 | 25 | 351 | 133 | 51 |
| Binary | 1001 | 11111 | 11001001 | 1100000 | 1010101 | 0 | 10101 | 11101001 | 1011011 | 101001 |
Color Harmonies of #091FC9
Complementary color
Monochromatic Colors of #091FC9
Black with #091FC9
Text Example
Text Example
White with #091FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091FC9; }
p { color: rgb(9,31,201); }
H1.HeaderClassName
{
color: #091FC9;
}
.AnyTagClassName
{
color: #091FC9;
}
</style>
background-color css
<style>
a { background-color: #091FC9; }
a { background-color: rgb(9,31,201); }
div.DivClassName
{
background-color: #091FC9;
}
.BgClassName
{
background-color: #091FC9;
}
</style>
border-color css
<style>
span { border-color: #091FC9; }
span { border-color: rgb(9,31,201); }
td.TdClassName
{
border-color: #091FC9;
}
.TagClassName
{
border-color: #091FC9;
}
</style>