Shades of Medium Blue #091FC6
Tints of Medium Blue #091FC6
RGB
CMYK
RGB Variations
Color information
#091FC6 (or 0x091FC6) is known color: Medium Blue. HEX triplet: 09, 1F and C6. RGB value is (9,31,198). Sum of RGB (Red+Green+Blue) = 9+31+198=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 31 (12.5% from 255 or 13.03% from 238); Blue value is 198 (77.73% from 255 or 83.19% from 238); Max value from RGB is 198 - color contains mainly: blue. Hex color #091FC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091FC6 is #F6E039. Grayscale: #2A2A2A. Windows color (decimal): -16179258 or 12984073. OLE color: 12984073.
HSL color Cylindrical-coordinate representation of color #091FC6: hue angle of 233.02º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #091FC6 is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 9 | 31 | 198 | - |
| CMYK | 0.95 | 0.84 | 0 | 0.22 |
| HSL | 233.02º | 0.91% | 0.41% | - |
| HSV(B) | 233.02º | 0.95% | 0.78% | - |
| XYZ | 10.8 | 5.12 | 53.84 | - |
| YUV | 43.46 | 215.21 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 31 | 198 | 0.95 | 0.84 | 0 | 0.22 | 233.02 | 0.91 | 0.41 |
| Hex | 9 | 1F | C6 | 5F | 54 | 0 | 16 | E9 | 5B | 29 |
| Octal | 11 | 37 | 306 | 137 | 124 | 0 | 26 | 351 | 133 | 51 |
| Binary | 1001 | 11111 | 11000110 | 1011111 | 1010100 | 0 | 10110 | 11101001 | 1011011 | 101001 |
Color Harmonies of #091FC6
Complementary color
Monochromatic Colors of #091FC6
Black with #091FC6
Text Example
Text Example
White with #091FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091FC6; }
p { color: rgb(9,31,198); }
H1.HeaderClassName
{
color: #091FC6;
}
.AnyTagClassName
{
color: #091FC6;
}
</style>
background-color css
<style>
a { background-color: #091FC6; }
a { background-color: rgb(9,31,198); }
div.DivClassName
{
background-color: #091FC6;
}
.BgClassName
{
background-color: #091FC6;
}
</style>
border-color css
<style>
span { border-color: #091FC6; }
span { border-color: rgb(9,31,198); }
td.TdClassName
{
border-color: #091FC6;
}
.TagClassName
{
border-color: #091FC6;
}
</style>