Shades of Medium Blue #180ACF
Tints of Medium Blue #180ACF
RGB
CMYK
RGB Variations
Color information
#180ACF (or 0x180ACF) is known color: Medium Blue. HEX triplet: 18, 0A and CF. RGB value is (24,10,207). Sum of RGB (Red+Green+Blue) = 24+10+207=241 (31% of max value = 765). Red value is 24 (9.77% from 255 or 9.96% from 241); Green value is 10 (4.30% from 255 or 4.15% from 241); Blue value is 207 (81.25% from 255 or 85.89% from 241); Max value from RGB is 207 - color contains mainly: blue. Hex color #180ACF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180ACF is #E7F530. Grayscale: #232323. Windows color (decimal): -15201585 or 13568536. OLE color: 13568536.
HSL color Cylindrical-coordinate representation of color #180ACF: hue angle of 244.26º degrees, saturation: 0.91, 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 #180ACF is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 10 | 207 | - |
| CMYK | 0.88 | 0.95 | 0 | 0.19 |
| HSL | 244.26º | 0.91% | 0.43% | - |
| HSV(B) | 244.26º | 0.95% | 0.81% | - |
| XYZ | 11.75 | 4.92 | 59.36 | - |
| YUV | 36.64 | 224.14 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 10 | 207 | 0.88 | 0.95 | 0 | 0.19 | 244.26 | 0.91 | 0.43 |
| Hex | 18 | A | CF | 58 | 5F | 0 | 13 | F4 | 5B | 2B |
| Octal | 30 | 12 | 317 | 130 | 137 | 0 | 23 | 364 | 133 | 53 |
| Binary | 11000 | 1010 | 11001111 | 1011000 | 1011111 | 0 | 10011 | 11110100 | 1011011 | 101011 |
Color Harmonies of #180ACF
Complementary color
Monochromatic Colors of #180ACF
Black with #180ACF
Text Example
Text Example
White with #180ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180ACF; }
p { color: rgb(24,10,207); }
H1.HeaderClassName
{
color: #180ACF;
}
.AnyTagClassName
{
color: #180ACF;
}
</style>
background-color css
<style>
a { background-color: #180ACF; }
a { background-color: rgb(24,10,207); }
div.DivClassName
{
background-color: #180ACF;
}
.BgClassName
{
background-color: #180ACF;
}
</style>
border-color css
<style>
span { border-color: #180ACF; }
span { border-color: rgb(24,10,207); }
td.TdClassName
{
border-color: #180ACF;
}
.TagClassName
{
border-color: #180ACF;
}
</style>