Shades of Medium Blue #1B0BCC
Tints of Medium Blue #1B0BCC
RGB
CMYK
RGB Variations
Color information
#1B0BCC (or 0x1B0BCC) is known color: Medium Blue. HEX triplet: 1B, 0B and CC. RGB value is (27,11,204). Sum of RGB (Red+Green+Blue) = 27+11+204=242 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.16% from 242); Green value is 11 (4.69% from 255 or 4.55% from 242); Blue value is 204 (80.08% from 255 or 84.30% from 242); Max value from RGB is 204 - color contains mainly: blue. Hex color #1B0BCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B0BCC is #E4F433. Grayscale: #252525. Windows color (decimal): -15004724 or 13372187. OLE color: 13372187.
HSL color Cylindrical-coordinate representation of color #1B0BCC: hue angle of 244.97º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1B0BCC is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 27 | 11 | 204 | - |
| CMYK | 0.87 | 0.95 | 0 | 0.2 |
| HSL | 244.97º | 0.9% | 0.42% | - |
| HSV(B) | 244.97º | 0.95% | 0.8% | - |
| XYZ | 11.47 | 4.83 | 57.45 | - |
| YUV | 37.79 | 221.8 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 11 | 204 | 0.87 | 0.95 | 0 | 0.2 | 244.97 | 0.9 | 0.42 |
| Hex | 1B | B | CC | 57 | 5F | 0 | 14 | F5 | 5A | 2A |
| Octal | 33 | 13 | 314 | 127 | 137 | 0 | 24 | 365 | 132 | 52 |
| Binary | 11011 | 1011 | 11001100 | 1010111 | 1011111 | 0 | 10100 | 11110101 | 1011010 | 101010 |
Color Harmonies of #1B0BCC
Complementary color
Monochromatic Colors of #1B0BCC
Black with #1B0BCC
Text Example
Text Example
White with #1B0BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0BCC; }
p { color: rgb(27,11,204); }
H1.HeaderClassName
{
color: #1B0BCC;
}
.AnyTagClassName
{
color: #1B0BCC;
}
</style>
background-color css
<style>
a { background-color: #1B0BCC; }
a { background-color: rgb(27,11,204); }
div.DivClassName
{
background-color: #1B0BCC;
}
.BgClassName
{
background-color: #1B0BCC;
}
</style>
border-color css
<style>
span { border-color: #1B0BCC; }
span { border-color: rgb(27,11,204); }
td.TdClassName
{
border-color: #1B0BCC;
}
.TagClassName
{
border-color: #1B0BCC;
}
</style>