Shades of Medium Blue #091CDC
Tints of Medium Blue #091CDC
RGB
CMYK
RGB Variations
Color information
#091CDC (or 0x091CDC) is known color: Medium Blue. HEX triplet: 09, 1C and DC. RGB value is (9,28,220). Sum of RGB (Red+Green+Blue) = 9+28+220=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 28 (11.33% from 255 or 10.89% from 257); Blue value is 220 (86.33% from 255 or 85.60% from 257); Max value from RGB is 220 - color contains mainly: blue. Hex color #091CDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091CDC is #F6E323. Grayscale: #2B2B2B. Windows color (decimal): -16180004 or 14425097. OLE color: 14425097.
HSL color Cylindrical-coordinate representation of color #091CDC: hue angle of 234.6º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #091CDC is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 28 | 220 | - |
| CMYK | 0.96 | 0.87 | 0 | 0.14 |
| HSL | 234.6º | 0.92% | 0.45% | - |
| HSV(B) | 234.6º | 0.96% | 0.86% | - |
| XYZ | 13.45 | 6.06 | 68.17 | - |
| YUV | 44.21 | 227.21 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 28 | 220 | 0.96 | 0.87 | 0 | 0.14 | 234.6 | 0.92 | 0.45 |
| Hex | 9 | 1C | DC | 60 | 57 | 0 | E | EB | 5C | 2D |
| Octal | 11 | 34 | 334 | 140 | 127 | 0 | 16 | 353 | 134 | 55 |
| Binary | 1001 | 11100 | 11011100 | 1100000 | 1010111 | 0 | 1110 | 11101011 | 1011100 | 101101 |
Color Harmonies of #091CDC
Complementary color
Monochromatic Colors of #091CDC
Black with #091CDC
Text Example
Text Example
White with #091CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091CDC; }
p { color: rgb(9,28,220); }
H1.HeaderClassName
{
color: #091CDC;
}
.AnyTagClassName
{
color: #091CDC;
}
</style>
background-color css
<style>
a { background-color: #091CDC; }
a { background-color: rgb(9,28,220); }
div.DivClassName
{
background-color: #091CDC;
}
.BgClassName
{
background-color: #091CDC;
}
</style>
border-color css
<style>
span { border-color: #091CDC; }
span { border-color: rgb(9,28,220); }
td.TdClassName
{
border-color: #091CDC;
}
.TagClassName
{
border-color: #091CDC;
}
</style>