Shades of Medium Blue #141AC8
Tints of Medium Blue #141AC8
RGB
CMYK
RGB Variations
Color information
#141AC8 (or 0x141AC8) is known color: Medium Blue. HEX triplet: 14, 1A and C8. RGB value is (20,26,200). Sum of RGB (Red+Green+Blue) = 20+26+200=246 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.13% from 246); Green value is 26 (10.55% from 255 or 10.57% from 246); Blue value is 200 (78.52% from 255 or 81.30% from 246); Max value from RGB is 200 - color contains mainly: blue. Hex color #141AC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141AC8 is #EBE537. Grayscale: #2B2B2B. Windows color (decimal): -15459640 or 13113876. OLE color: 13113876.
HSL color Cylindrical-coordinate representation of color #141AC8: hue angle of 238º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #141AC8 is Cyan = 0.9, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 20 | 26 | 200 | - |
| CMYK | 0.9 | 0.87 | 0 | 0.22 |
| HSL | 238º | 0.82% | 0.43% | - |
| HSV(B) | 238º | 0.9% | 0.78% | - |
| XYZ | 11.08 | 5.06 | 55.04 | - |
| YUV | 44.04 | 216.01 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 200 | 0.9 | 0.87 | 0 | 0.22 | 238 | 0.82 | 0.43 |
| Hex | 14 | 1A | C8 | 5A | 57 | 0 | 16 | EE | 52 | 2B |
| Octal | 24 | 32 | 310 | 132 | 127 | 0 | 26 | 356 | 122 | 53 |
| Binary | 10100 | 11010 | 11001000 | 1011010 | 1010111 | 0 | 10110 | 11101110 | 1010010 | 101011 |
Color Harmonies of #141AC8
Complementary color
Monochromatic Colors of #141AC8
Black with #141AC8
Text Example
Text Example
White with #141AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141AC8; }
p { color: rgb(20,26,200); }
H1.HeaderClassName
{
color: #141AC8;
}
.AnyTagClassName
{
color: #141AC8;
}
</style>
background-color css
<style>
a { background-color: #141AC8; }
a { background-color: rgb(20,26,200); }
div.DivClassName
{
background-color: #141AC8;
}
.BgClassName
{
background-color: #141AC8;
}
</style>
border-color css
<style>
span { border-color: #141AC8; }
span { border-color: rgb(20,26,200); }
td.TdClassName
{
border-color: #141AC8;
}
.TagClassName
{
border-color: #141AC8;
}
</style>