Shades of Medium Blue #180BDA
Tints of Medium Blue #180BDA
RGB
CMYK
RGB Variations
Color information
#180BDA (or 0x180BDA) is known color: Medium Blue. HEX triplet: 18, 0B and DA. RGB value is (24,11,218). Sum of RGB (Red+Green+Blue) = 24+11+218=253 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.49% from 253); Green value is 11 (4.69% from 255 or 4.35% from 253); Blue value is 218 (85.55% from 255 or 86.17% from 253); Max value from RGB is 218 - color contains mainly: blue. Hex color #180BDA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180BDA is #E7F425. Grayscale: #252525. Windows color (decimal): -15201318 or 14289688. OLE color: 14289688.
HSL color Cylindrical-coordinate representation of color #180BDA: hue angle of 243.77º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #180BDA is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 11 | 218 | - |
| CMYK | 0.89 | 0.95 | 0 | 0.15 |
| HSL | 243.77º | 0.9% | 0.45% | - |
| HSV(B) | 243.77º | 0.95% | 0.85% | - |
| XYZ | 13.15 | 5.5 | 66.7 | - |
| YUV | 38.49 | 229.31 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 11 | 218 | 0.89 | 0.95 | 0 | 0.15 | 243.77 | 0.9 | 0.45 |
| Hex | 18 | B | DA | 59 | 5F | 0 | F | F4 | 5A | 2D |
| Octal | 30 | 13 | 332 | 131 | 137 | 0 | 17 | 364 | 132 | 55 |
| Binary | 11000 | 1011 | 11011010 | 1011001 | 1011111 | 0 | 1111 | 11110100 | 1011010 | 101101 |
Color Harmonies of #180BDA
Complementary color
Monochromatic Colors of #180BDA
Black with #180BDA
Text Example
Text Example
White with #180BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180BDA; }
p { color: rgb(24,11,218); }
H1.HeaderClassName
{
color: #180BDA;
}
.AnyTagClassName
{
color: #180BDA;
}
</style>
background-color css
<style>
a { background-color: #180BDA; }
a { background-color: rgb(24,11,218); }
div.DivClassName
{
background-color: #180BDA;
}
.BgClassName
{
background-color: #180BDA;
}
</style>
border-color css
<style>
span { border-color: #180BDA; }
span { border-color: rgb(24,11,218); }
td.TdClassName
{
border-color: #180BDA;
}
.TagClassName
{
border-color: #180BDA;
}
</style>