Shades of Medium Blue #091BCF
Tints of Medium Blue #091BCF
RGB
CMYK
RGB Variations
Color information
#091BCF (or 0x091BCF) is known color: Medium Blue. HEX triplet: 09, 1B and CF. RGB value is (9,27,207). Sum of RGB (Red+Green+Blue) = 9+27+207=243 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.70% from 243); Green value is 27 (10.94% from 255 or 11.11% from 243); Blue value is 207 (81.25% from 255 or 85.19% from 243); Max value from RGB is 207 - color contains mainly: blue. Hex color #091BCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091BCF is #F6E430. Grayscale: #292929. Windows color (decimal): -16180273 or 13572873. OLE color: 13572873.
HSL color Cylindrical-coordinate representation of color #091BCF: hue angle of 234.55º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #091BCF is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 27 | 207 | - |
| CMYK | 0.96 | 0.87 | 0 | 0.19 |
| HSL | 234.55º | 0.92% | 0.42% | - |
| HSV(B) | 234.55º | 0.96% | 0.81% | - |
| XYZ | 11.77 | 5.35 | 59.44 | - |
| YUV | 42.14 | 221.04 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 27 | 207 | 0.96 | 0.87 | 0 | 0.19 | 234.55 | 0.92 | 0.42 |
| Hex | 9 | 1B | CF | 60 | 57 | 0 | 13 | EB | 5C | 2A |
| Octal | 11 | 33 | 317 | 140 | 127 | 0 | 23 | 353 | 134 | 52 |
| Binary | 1001 | 11011 | 11001111 | 1100000 | 1010111 | 0 | 10011 | 11101011 | 1011100 | 101010 |
Color Harmonies of #091BCF
Complementary color
Monochromatic Colors of #091BCF
Black with #091BCF
Text Example
Text Example
White with #091BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091BCF; }
p { color: rgb(9,27,207); }
H1.HeaderClassName
{
color: #091BCF;
}
.AnyTagClassName
{
color: #091BCF;
}
</style>
background-color css
<style>
a { background-color: #091BCF; }
a { background-color: rgb(9,27,207); }
div.DivClassName
{
background-color: #091BCF;
}
.BgClassName
{
background-color: #091BCF;
}
</style>
border-color css
<style>
span { border-color: #091BCF; }
span { border-color: rgb(9,27,207); }
td.TdClassName
{
border-color: #091BCF;
}
.TagClassName
{
border-color: #091BCF;
}
</style>