Shades of Medium Blue #091FC8
Tints of Medium Blue #091FC8
RGB
CMYK
RGB Variations
Color information
#091FC8 (or 0x091FC8) is known color: Medium Blue. HEX triplet: 09, 1F and C8. RGB value is (9,31,200). Sum of RGB (Red+Green+Blue) = 9+31+200=240 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.75% from 240); Green value is 31 (12.5% from 255 or 12.92% from 240); Blue value is 200 (78.52% from 255 or 83.33% from 240); Max value from RGB is 200 - color contains mainly: blue. Hex color #091FC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091FC8 is #F6E037. Grayscale: #2A2A2A. Windows color (decimal): -16179256 or 13115145. OLE color: 13115145.
HSL color Cylindrical-coordinate representation of color #091FC8: hue angle of 233.09º 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 #091FC8 is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 9 | 31 | 200 | - |
| CMYK | 0.96 | 0.84 | 0 | 0.22 |
| HSL | 233.09º | 0.91% | 0.41% | - |
| HSV(B) | 233.09º | 0.96% | 0.78% | - |
| XYZ | 11.03 | 5.21 | 55.07 | - |
| YUV | 43.69 | 216.21 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 31 | 200 | 0.96 | 0.84 | 0 | 0.22 | 233.09 | 0.91 | 0.41 |
| Hex | 9 | 1F | C8 | 60 | 54 | 0 | 16 | E9 | 5B | 29 |
| Octal | 11 | 37 | 310 | 140 | 124 | 0 | 26 | 351 | 133 | 51 |
| Binary | 1001 | 11111 | 11001000 | 1100000 | 1010100 | 0 | 10110 | 11101001 | 1011011 | 101001 |
Color Harmonies of #091FC8
Complementary color
Monochromatic Colors of #091FC8
Black with #091FC8
Text Example
Text Example
White with #091FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091FC8; }
p { color: rgb(9,31,200); }
H1.HeaderClassName
{
color: #091FC8;
}
.AnyTagClassName
{
color: #091FC8;
}
</style>
background-color css
<style>
a { background-color: #091FC8; }
a { background-color: rgb(9,31,200); }
div.DivClassName
{
background-color: #091FC8;
}
.BgClassName
{
background-color: #091FC8;
}
</style>
border-color css
<style>
span { border-color: #091FC8; }
span { border-color: rgb(9,31,200); }
td.TdClassName
{
border-color: #091FC8;
}
.TagClassName
{
border-color: #091FC8;
}
</style>