Shades of Medium Blue #180BCE
Tints of Medium Blue #180BCE
RGB
CMYK
RGB Variations
Color information
#180BCE (or 0x180BCE) is known color: Medium Blue. HEX triplet: 18, 0B and CE. RGB value is (24,11,206). Sum of RGB (Red+Green+Blue) = 24+11+206=241 (31% of max value = 765). Red value is 24 (9.77% from 255 or 9.96% from 241); Green value is 11 (4.69% from 255 or 4.56% from 241); Blue value is 206 (80.86% from 255 or 85.48% from 241); Max value from RGB is 206 - color contains mainly: blue. Hex color #180BCE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180BCE is #E7F431. Grayscale: #242424. Windows color (decimal): -15201330 or 13503256. OLE color: 13503256.
HSL color Cylindrical-coordinate representation of color #180BCE: hue angle of 244º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #180BCE is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 11 | 206 | - |
| CMYK | 0.88 | 0.95 | 0 | 0.19 |
| HSL | 244º | 0.9% | 0.43% | - |
| HSV(B) | 244º | 0.95% | 0.81% | - |
| XYZ | 11.64 | 4.89 | 58.72 | - |
| YUV | 37.12 | 223.31 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 11 | 206 | 0.88 | 0.95 | 0 | 0.19 | 244 | 0.9 | 0.43 |
| Hex | 18 | B | CE | 58 | 5F | 0 | 13 | F4 | 5A | 2B |
| Octal | 30 | 13 | 316 | 130 | 137 | 0 | 23 | 364 | 132 | 53 |
| Binary | 11000 | 1011 | 11001110 | 1011000 | 1011111 | 0 | 10011 | 11110100 | 1011010 | 101011 |
Color Harmonies of #180BCE
Complementary color
Monochromatic Colors of #180BCE
Black with #180BCE
Text Example
Text Example
White with #180BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180BCE; }
p { color: rgb(24,11,206); }
H1.HeaderClassName
{
color: #180BCE;
}
.AnyTagClassName
{
color: #180BCE;
}
</style>
background-color css
<style>
a { background-color: #180BCE; }
a { background-color: rgb(24,11,206); }
div.DivClassName
{
background-color: #180BCE;
}
.BgClassName
{
background-color: #180BCE;
}
</style>
border-color css
<style>
span { border-color: #180BCE; }
span { border-color: rgb(24,11,206); }
td.TdClassName
{
border-color: #180BCE;
}
.TagClassName
{
border-color: #180BCE;
}
</style>