Shades of Medium Blue #1C0BBE
Tints of Medium Blue #1C0BBE
RGB
CMYK
RGB Variations
Color information
#1C0BBE (or 0x1C0BBE) is known color: Medium Blue. HEX triplet: 1C, 0B and BE. RGB value is (28,11,190). Sum of RGB (Red+Green+Blue) = 28+11+190=229 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.23% from 229); Green value is 11 (4.69% from 255 or 4.80% from 229); Blue value is 190 (74.61% from 255 or 82.97% from 229); Max value from RGB is 190 - color contains mainly: blue. Hex color #1C0BBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C0BBE is #E3F441. Grayscale: #232323. Windows color (decimal): -14939202 or 12454684. OLE color: 12454684.
HSL color Cylindrical-coordinate representation of color #1C0BBE: hue angle of 245.7º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1C0BBE is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 28 | 11 | 190 | - |
| CMYK | 0.85 | 0.94 | 0 | 0.25 |
| HSL | 245.7º | 0.89% | 0.39% | - |
| HSV(B) | 245.7º | 0.94% | 0.75% | - |
| XYZ | 9.89 | 4.2 | 49.01 | - |
| YUV | 36.49 | 214.63 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 11 | 190 | 0.85 | 0.94 | 0 | 0.25 | 245.7 | 0.89 | 0.39 |
| Hex | 1C | B | BE | 55 | 5E | 0 | 19 | F6 | 59 | 27 |
| Octal | 34 | 13 | 276 | 125 | 136 | 0 | 31 | 366 | 131 | 47 |
| Binary | 11100 | 1011 | 10111110 | 1010101 | 1011110 | 0 | 11001 | 11110110 | 1011001 | 100111 |
Color Harmonies of #1C0BBE
Complementary color
Monochromatic Colors of #1C0BBE
Black with #1C0BBE
Text Example
Text Example
White with #1C0BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0BBE; }
p { color: rgb(28,11,190); }
H1.HeaderClassName
{
color: #1C0BBE;
}
.AnyTagClassName
{
color: #1C0BBE;
}
</style>
background-color css
<style>
a { background-color: #1C0BBE; }
a { background-color: rgb(28,11,190); }
div.DivClassName
{
background-color: #1C0BBE;
}
.BgClassName
{
background-color: #1C0BBE;
}
</style>
border-color css
<style>
span { border-color: #1C0BBE; }
span { border-color: rgb(28,11,190); }
td.TdClassName
{
border-color: #1C0BBE;
}
.TagClassName
{
border-color: #1C0BBE;
}
</style>