Shades of Medium Blue #091DC7
Tints of Medium Blue #091DC7
RGB
CMYK
RGB Variations
Color information
#091DC7 (or 0x091DC7) is known color: Medium Blue. HEX triplet: 09, 1D and C7. RGB value is (9,29,199). Sum of RGB (Red+Green+Blue) = 9+29+199=237 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.80% from 237); Green value is 29 (11.72% from 255 or 12.24% from 237); Blue value is 199 (78.12% from 255 or 83.97% from 237); Max value from RGB is 199 - color contains mainly: blue. Hex color #091DC7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091DC7 is #F6E238. Grayscale: #292929. Windows color (decimal): -16179769 or 13049097. OLE color: 13049097.
HSL color Cylindrical-coordinate representation of color #091DC7: hue angle of 233.68º 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 #091DC7 is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 9 | 29 | 199 | - |
| CMYK | 0.95 | 0.85 | 0 | 0.22 |
| HSL | 233.68º | 0.91% | 0.41% | - |
| HSV(B) | 233.68º | 0.95% | 0.78% | - |
| XYZ | 10.86 | 5.06 | 54.44 | - |
| YUV | 42.4 | 216.37 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 29 | 199 | 0.95 | 0.85 | 0 | 0.22 | 233.68 | 0.91 | 0.41 |
| Hex | 9 | 1D | C7 | 5F | 55 | 0 | 16 | EA | 5B | 29 |
| Octal | 11 | 35 | 307 | 137 | 125 | 0 | 26 | 352 | 133 | 51 |
| Binary | 1001 | 11101 | 11000111 | 1011111 | 1010101 | 0 | 10110 | 11101010 | 1011011 | 101001 |
Color Harmonies of #091DC7
Complementary color
Monochromatic Colors of #091DC7
Black with #091DC7
Text Example
Text Example
White with #091DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091DC7; }
p { color: rgb(9,29,199); }
H1.HeaderClassName
{
color: #091DC7;
}
.AnyTagClassName
{
color: #091DC7;
}
</style>
background-color css
<style>
a { background-color: #091DC7; }
a { background-color: rgb(9,29,199); }
div.DivClassName
{
background-color: #091DC7;
}
.BgClassName
{
background-color: #091DC7;
}
</style>
border-color css
<style>
span { border-color: #091DC7; }
span { border-color: rgb(9,29,199); }
td.TdClassName
{
border-color: #091DC7;
}
.TagClassName
{
border-color: #091DC7;
}
</style>