Shades of Medium Blue #091FCC
Tints of Medium Blue #091FCC
RGB
CMYK
RGB Variations
Color information
#091FCC (or 0x091FCC) is known color: Medium Blue. HEX triplet: 09, 1F and CC. RGB value is (9,31,204). Sum of RGB (Red+Green+Blue) = 9+31+204=244 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.69% from 244); Green value is 31 (12.5% from 255 or 12.70% from 244); Blue value is 204 (80.08% from 255 or 83.61% from 244); Max value from RGB is 204 - color contains mainly: blue. Hex color #091FCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091FCC is #F6E033. Grayscale: #2B2B2B. Windows color (decimal): -16179252 or 13377289. OLE color: 13377289.
HSL color Cylindrical-coordinate representation of color #091FCC: hue angle of 233.23º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #091FCC is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 31 | 204 | - |
| CMYK | 0.96 | 0.85 | 0 | 0.2 |
| HSL | 233.23º | 0.92% | 0.42% | - |
| HSV(B) | 233.23º | 0.96% | 0.8% | - |
| XYZ | 11.5 | 5.4 | 57.56 | - |
| YUV | 44.14 | 218.21 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 31 | 204 | 0.96 | 0.85 | 0 | 0.2 | 233.23 | 0.92 | 0.42 |
| Hex | 9 | 1F | CC | 60 | 55 | 0 | 14 | E9 | 5C | 2A |
| Octal | 11 | 37 | 314 | 140 | 125 | 0 | 24 | 351 | 134 | 52 |
| Binary | 1001 | 11111 | 11001100 | 1100000 | 1010101 | 0 | 10100 | 11101001 | 1011100 | 101010 |
Color Harmonies of #091FCC
Complementary color
Monochromatic Colors of #091FCC
Black with #091FCC
Text Example
Text Example
White with #091FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091FCC; }
p { color: rgb(9,31,204); }
H1.HeaderClassName
{
color: #091FCC;
}
.AnyTagClassName
{
color: #091FCC;
}
</style>
background-color css
<style>
a { background-color: #091FCC; }
a { background-color: rgb(9,31,204); }
div.DivClassName
{
background-color: #091FCC;
}
.BgClassName
{
background-color: #091FCC;
}
</style>
border-color css
<style>
span { border-color: #091FCC; }
span { border-color: rgb(9,31,204); }
td.TdClassName
{
border-color: #091FCC;
}
.TagClassName
{
border-color: #091FCC;
}
</style>