Shades of Medium Blue #180BBF
Tints of Medium Blue #180BBF
RGB
CMYK
RGB Variations
Color information
#180BBF (or 0x180BBF) is known color: Medium Blue. HEX triplet: 18, 0B and BF. RGB value is (24,11,191). Sum of RGB (Red+Green+Blue) = 24+11+191=226 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.62% from 226); Green value is 11 (4.69% from 255 or 4.87% from 226); Blue value is 191 (75% from 255 or 84.51% from 226); Max value from RGB is 191 - color contains mainly: blue. Hex color #180BBF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180BBF is #E7F440. Grayscale: #222222. Windows color (decimal): -15201345 or 12520216. OLE color: 12520216.
HSL color Cylindrical-coordinate representation of color #180BBF: hue angle of 244.33º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #180BBF is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 11 | 191 | - |
| CMYK | 0.87 | 0.94 | 0 | 0.25 |
| HSL | 244.33º | 0.89% | 0.4% | - |
| HSV(B) | 244.33º | 0.94% | 0.75% | - |
| XYZ | 9.9 | 4.2 | 49.58 | - |
| YUV | 35.41 | 215.81 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 11 | 191 | 0.87 | 0.94 | 0 | 0.25 | 244.33 | 0.89 | 0.4 |
| Hex | 18 | B | BF | 57 | 5E | 0 | 19 | F4 | 59 | 28 |
| Octal | 30 | 13 | 277 | 127 | 136 | 0 | 31 | 364 | 131 | 50 |
| Binary | 11000 | 1011 | 10111111 | 1010111 | 1011110 | 0 | 11001 | 11110100 | 1011001 | 101000 |
Color Harmonies of #180BBF
Complementary color
Monochromatic Colors of #180BBF
Black with #180BBF
Text Example
Text Example
White with #180BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180BBF; }
p { color: rgb(24,11,191); }
H1.HeaderClassName
{
color: #180BBF;
}
.AnyTagClassName
{
color: #180BBF;
}
</style>
background-color css
<style>
a { background-color: #180BBF; }
a { background-color: rgb(24,11,191); }
div.DivClassName
{
background-color: #180BBF;
}
.BgClassName
{
background-color: #180BBF;
}
</style>
border-color css
<style>
span { border-color: #180BBF; }
span { border-color: rgb(24,11,191); }
td.TdClassName
{
border-color: #180BBF;
}
.TagClassName
{
border-color: #180BBF;
}
</style>