Shades of Medium Blue #091CCC
Tints of Medium Blue #091CCC
RGB
CMYK
RGB Variations
Color information
#091CCC (or 0x091CCC) is known color: Medium Blue. HEX triplet: 09, 1C and CC. RGB value is (9,28,204). Sum of RGB (Red+Green+Blue) = 9+28+204=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 28 (11.33% from 255 or 11.62% from 241); Blue value is 204 (80.08% from 255 or 84.65% from 241); Max value from RGB is 204 - color contains mainly: blue. Hex color #091CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091CCC is #F6E333. Grayscale: #292929. Windows color (decimal): -16180020 or 13376521. OLE color: 13376521.
HSL color Cylindrical-coordinate representation of color #091CCC: hue angle of 234.15º 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 #091CCC is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 28 | 204 | - |
| CMYK | 0.96 | 0.86 | 0 | 0.2 |
| HSL | 234.15º | 0.92% | 0.42% | - |
| HSV(B) | 234.15º | 0.96% | 0.8% | - |
| XYZ | 11.43 | 5.25 | 57.54 | - |
| YUV | 42.38 | 219.21 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 28 | 204 | 0.96 | 0.86 | 0 | 0.2 | 234.15 | 0.92 | 0.42 |
| Hex | 9 | 1C | CC | 60 | 56 | 0 | 14 | EA | 5C | 2A |
| Octal | 11 | 34 | 314 | 140 | 126 | 0 | 24 | 352 | 134 | 52 |
| Binary | 1001 | 11100 | 11001100 | 1100000 | 1010110 | 0 | 10100 | 11101010 | 1011100 | 101010 |
Color Harmonies of #091CCC
Complementary color
Monochromatic Colors of #091CCC
Black with #091CCC
Text Example
Text Example
White with #091CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091CCC; }
p { color: rgb(9,28,204); }
H1.HeaderClassName
{
color: #091CCC;
}
.AnyTagClassName
{
color: #091CCC;
}
</style>
background-color css
<style>
a { background-color: #091CCC; }
a { background-color: rgb(9,28,204); }
div.DivClassName
{
background-color: #091CCC;
}
.BgClassName
{
background-color: #091CCC;
}
</style>
border-color css
<style>
span { border-color: #091CCC; }
span { border-color: rgb(9,28,204); }
td.TdClassName
{
border-color: #091CCC;
}
.TagClassName
{
border-color: #091CCC;
}
</style>