Shades of Medium Blue #181AD0
Tints of Medium Blue #181AD0
RGB
CMYK
RGB Variations
Color information
#181AD0 (or 0x181AD0) is known color: Medium Blue. HEX triplet: 18, 1A and D0. RGB value is (24,26,208). Sum of RGB (Red+Green+Blue) = 24+26+208=258 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.30% from 258); Green value is 26 (10.55% from 255 or 10.08% from 258); Blue value is 208 (81.64% from 255 or 80.62% from 258); Max value from RGB is 208 - color contains mainly: blue. Hex color #181AD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181AD0 is #E7E52F. Grayscale: #2D2D2D. Windows color (decimal): -15197488 or 13638168. OLE color: 13638168.
HSL color Cylindrical-coordinate representation of color #181AD0: hue angle of 239.35º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #181AD0 is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 26 | 208 | - |
| CMYK | 0.88 | 0.88 | 0 | 0.18 |
| HSL | 239.35º | 0.79% | 0.45% | - |
| HSV(B) | 239.35º | 0.88% | 0.82% | - |
| XYZ | 12.13 | 5.49 | 60.09 | - |
| YUV | 46.15 | 219.34 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 26 | 208 | 0.88 | 0.88 | 0 | 0.18 | 239.35 | 0.79 | 0.45 |
| Hex | 18 | 1A | D0 | 58 | 58 | 0 | 12 | EF | 4F | 2D |
| Octal | 30 | 32 | 320 | 130 | 130 | 0 | 22 | 357 | 117 | 55 |
| Binary | 11000 | 11010 | 11010000 | 1011000 | 1011000 | 0 | 10010 | 11101111 | 1001111 | 101101 |
Color Harmonies of #181AD0
Complementary color
Monochromatic Colors of #181AD0
Black with #181AD0
Text Example
Text Example
White with #181AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181AD0; }
p { color: rgb(24,26,208); }
H1.HeaderClassName
{
color: #181AD0;
}
.AnyTagClassName
{
color: #181AD0;
}
</style>
background-color css
<style>
a { background-color: #181AD0; }
a { background-color: rgb(24,26,208); }
div.DivClassName
{
background-color: #181AD0;
}
.BgClassName
{
background-color: #181AD0;
}
</style>
border-color css
<style>
span { border-color: #181AD0; }
span { border-color: rgb(24,26,208); }
td.TdClassName
{
border-color: #181AD0;
}
.TagClassName
{
border-color: #181AD0;
}
</style>