Shades of Medium Blue #180DCC
Tints of Medium Blue #180DCC
RGB
CMYK
RGB Variations
Color information
#180DCC (or 0x180DCC) is known color: Medium Blue. HEX triplet: 18, 0D and CC. RGB value is (24,13,204). Sum of RGB (Red+Green+Blue) = 24+13+204=241 (31% of max value = 765). Red value is 24 (9.77% from 255 or 9.96% from 241); Green value is 13 (5.47% from 255 or 5.39% from 241); Blue value is 204 (80.08% from 255 or 84.65% from 241); Max value from RGB is 204 - color contains mainly: blue. Hex color #180DCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180DCC is #E7F233. Grayscale: #252525. Windows color (decimal): -15200820 or 13372696. OLE color: 13372696.
HSL color Cylindrical-coordinate representation of color #180DCC: hue angle of 243.46º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #180DCC is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 24 | 13 | 204 | - |
| CMYK | 0.88 | 0.94 | 0 | 0.2 |
| HSL | 243.46º | 0.88% | 0.43% | - |
| HSV(B) | 243.46º | 0.94% | 0.8% | - |
| XYZ | 11.42 | 4.84 | 57.46 | - |
| YUV | 38.06 | 221.64 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 13 | 204 | 0.88 | 0.94 | 0 | 0.2 | 243.46 | 0.88 | 0.43 |
| Hex | 18 | D | CC | 58 | 5E | 0 | 14 | F3 | 58 | 2B |
| Octal | 30 | 15 | 314 | 130 | 136 | 0 | 24 | 363 | 130 | 53 |
| Binary | 11000 | 1101 | 11001100 | 1011000 | 1011110 | 0 | 10100 | 11110011 | 1011000 | 101011 |
Color Harmonies of #180DCC
Complementary color
Monochromatic Colors of #180DCC
Black with #180DCC
Text Example
Text Example
White with #180DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180DCC; }
p { color: rgb(24,13,204); }
H1.HeaderClassName
{
color: #180DCC;
}
.AnyTagClassName
{
color: #180DCC;
}
</style>
background-color css
<style>
a { background-color: #180DCC; }
a { background-color: rgb(24,13,204); }
div.DivClassName
{
background-color: #180DCC;
}
.BgClassName
{
background-color: #180DCC;
}
</style>
border-color css
<style>
span { border-color: #180DCC; }
span { border-color: rgb(24,13,204); }
td.TdClassName
{
border-color: #180DCC;
}
.TagClassName
{
border-color: #180DCC;
}
</style>