Shades of Medium Blue #091CBF
Tints of Medium Blue #091CBF
RGB
CMYK
RGB Variations
Color information
#091CBF (or 0x091CBF) is known color: Medium Blue. HEX triplet: 09, 1C and BF. RGB value is (9,28,191). Sum of RGB (Red+Green+Blue) = 9+28+191=228 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.95% from 228); Green value is 28 (11.33% from 255 or 12.28% from 228); Blue value is 191 (75% from 255 or 83.77% from 228); Max value from RGB is 191 - color contains mainly: blue. Hex color #091CBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091CBF is #F6E340. Grayscale: #282828. Windows color (decimal): -16180033 or 12524553. OLE color: 12524553.
HSL color Cylindrical-coordinate representation of color #091CBF: hue angle of 233.74º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #091CBF is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 28 | 191 | - |
| CMYK | 0.95 | 0.85 | 0 | 0.25 |
| HSL | 233.74º | 0.91% | 0.39% | - |
| HSV(B) | 233.74º | 0.95% | 0.75% | - |
| XYZ | 9.93 | 4.65 | 49.66 | - |
| YUV | 40.9 | 212.71 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 28 | 191 | 0.95 | 0.85 | 0 | 0.25 | 233.74 | 0.91 | 0.39 |
| Hex | 9 | 1C | BF | 5F | 55 | 0 | 19 | EA | 5B | 27 |
| Octal | 11 | 34 | 277 | 137 | 125 | 0 | 31 | 352 | 133 | 47 |
| Binary | 1001 | 11100 | 10111111 | 1011111 | 1010101 | 0 | 11001 | 11101010 | 1011011 | 100111 |
Color Harmonies of #091CBF
Complementary color
Monochromatic Colors of #091CBF
Black with #091CBF
Text Example
Text Example
White with #091CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091CBF; }
p { color: rgb(9,28,191); }
H1.HeaderClassName
{
color: #091CBF;
}
.AnyTagClassName
{
color: #091CBF;
}
</style>
background-color css
<style>
a { background-color: #091CBF; }
a { background-color: rgb(9,28,191); }
div.DivClassName
{
background-color: #091CBF;
}
.BgClassName
{
background-color: #091CBF;
}
</style>
border-color css
<style>
span { border-color: #091CBF; }
span { border-color: rgb(9,28,191); }
td.TdClassName
{
border-color: #091CBF;
}
.TagClassName
{
border-color: #091CBF;
}
</style>