Shades of Medium Blue #091CC8
Tints of Medium Blue #091CC8
RGB
CMYK
RGB Variations
Color information
#091CC8 (or 0x091CC8) is known color: Medium Blue. HEX triplet: 09, 1C and C8. RGB value is (9,28,200). Sum of RGB (Red+Green+Blue) = 9+28+200=237 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.80% from 237); Green value is 28 (11.33% from 255 or 11.81% from 237); Blue value is 200 (78.52% from 255 or 84.39% from 237); Max value from RGB is 200 - color contains mainly: blue. Hex color #091CC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091CC8 is #F6E337. Grayscale: #292929. Windows color (decimal): -16180024 or 13114377. OLE color: 13114377.
HSL color Cylindrical-coordinate representation of color #091CC8: hue angle of 234.03º 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 #091CC8 is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 9 | 28 | 200 | - |
| CMYK | 0.96 | 0.86 | 0 | 0.22 |
| HSL | 234.03º | 0.91% | 0.41% | - |
| HSV(B) | 234.03º | 0.96% | 0.78% | - |
| XYZ | 10.95 | 5.06 | 55.04 | - |
| YUV | 41.93 | 217.21 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 28 | 200 | 0.96 | 0.86 | 0 | 0.22 | 234.03 | 0.91 | 0.41 |
| Hex | 9 | 1C | C8 | 60 | 56 | 0 | 16 | EA | 5B | 29 |
| Octal | 11 | 34 | 310 | 140 | 126 | 0 | 26 | 352 | 133 | 51 |
| Binary | 1001 | 11100 | 11001000 | 1100000 | 1010110 | 0 | 10110 | 11101010 | 1011011 | 101001 |
Color Harmonies of #091CC8
Complementary color
Monochromatic Colors of #091CC8
Black with #091CC8
Text Example
Text Example
White with #091CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091CC8; }
p { color: rgb(9,28,200); }
H1.HeaderClassName
{
color: #091CC8;
}
.AnyTagClassName
{
color: #091CC8;
}
</style>
background-color css
<style>
a { background-color: #091CC8; }
a { background-color: rgb(9,28,200); }
div.DivClassName
{
background-color: #091CC8;
}
.BgClassName
{
background-color: #091CC8;
}
</style>
border-color css
<style>
span { border-color: #091CC8; }
span { border-color: rgb(9,28,200); }
td.TdClassName
{
border-color: #091CC8;
}
.TagClassName
{
border-color: #091CC8;
}
</style>