Shades of Medium Blue #091CC2
Tints of Medium Blue #091CC2
RGB
CMYK
RGB Variations
Color information
#091CC2 (or 0x091CC2) is known color: Medium Blue. HEX triplet: 09, 1C and C2. RGB value is (9,28,194). Sum of RGB (Red+Green+Blue) = 9+28+194=231 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.90% from 231); Green value is 28 (11.33% from 255 or 12.12% from 231); Blue value is 194 (76.17% from 255 or 83.98% from 231); Max value from RGB is 194 - color contains mainly: blue. Hex color #091CC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091CC2 is #F6E33D. Grayscale: #282828. Windows color (decimal): -16180030 or 12721161. OLE color: 12721161.
HSL color Cylindrical-coordinate representation of color #091CC2: hue angle of 233.84º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #091CC2 is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 9 | 28 | 194 | - |
| CMYK | 0.95 | 0.86 | 0 | 0.24 |
| HSL | 233.84º | 0.91% | 0.4% | - |
| HSV(B) | 233.84º | 0.95% | 0.76% | - |
| XYZ | 10.27 | 4.78 | 51.42 | - |
| YUV | 41.24 | 214.21 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 28 | 194 | 0.95 | 0.86 | 0 | 0.24 | 233.84 | 0.91 | 0.4 |
| Hex | 9 | 1C | C2 | 5F | 56 | 0 | 18 | EA | 5B | 28 |
| Octal | 11 | 34 | 302 | 137 | 126 | 0 | 30 | 352 | 133 | 50 |
| Binary | 1001 | 11100 | 11000010 | 1011111 | 1010110 | 0 | 11000 | 11101010 | 1011011 | 101000 |
Color Harmonies of #091CC2
Complementary color
Monochromatic Colors of #091CC2
Black with #091CC2
Text Example
Text Example
White with #091CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091CC2; }
p { color: rgb(9,28,194); }
H1.HeaderClassName
{
color: #091CC2;
}
.AnyTagClassName
{
color: #091CC2;
}
</style>
background-color css
<style>
a { background-color: #091CC2; }
a { background-color: rgb(9,28,194); }
div.DivClassName
{
background-color: #091CC2;
}
.BgClassName
{
background-color: #091CC2;
}
</style>
border-color css
<style>
span { border-color: #091CC2; }
span { border-color: rgb(9,28,194); }
td.TdClassName
{
border-color: #091CC2;
}
.TagClassName
{
border-color: #091CC2;
}
</style>