Shades of Medium Blue #141AC4
Tints of Medium Blue #141AC4
RGB
CMYK
RGB Variations
Color information
#141AC4 (or 0x141AC4) is known color: Medium Blue. HEX triplet: 14, 1A and C4. RGB value is (20,26,196). Sum of RGB (Red+Green+Blue) = 20+26+196=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 26 (10.55% from 255 or 10.74% from 242); Blue value is 196 (76.95% from 255 or 80.99% from 242); Max value from RGB is 196 - color contains mainly: blue. Hex color #141AC4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141AC4 is #EBE53B. Grayscale: #2A2A2A. Windows color (decimal): -15459644 or 12851732. OLE color: 12851732.
HSL color Cylindrical-coordinate representation of color #141AC4: hue angle of 237.95º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #141AC4 is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 20 | 26 | 196 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.23 |
| HSL | 237.95º | 0.81% | 0.42% | - |
| HSV(B) | 237.95º | 0.9% | 0.77% | - |
| XYZ | 10.62 | 4.87 | 52.61 | - |
| YUV | 43.59 | 214.01 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 196 | 0.90 | 0.87 | 0 | 0.23 | 237.95 | 0.81 | 0.42 |
| Hex | 14 | 1A | C4 | 5A | 57 | 0 | 17 | EE | 51 | 2A |
| Octal | 24 | 32 | 304 | 132 | 127 | 0 | 27 | 356 | 121 | 52 |
| Binary | 10100 | 11010 | 11000100 | 1011010 | 1010111 | 0 | 10111 | 11101110 | 1010001 | 101010 |
Color Harmonies of #141AC4
Complementary color
Monochromatic Colors of #141AC4
Black with #141AC4
Text Example
Text Example
White with #141AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141AC4; }
p { color: rgb(20,26,196); }
H1.HeaderClassName
{
color: #141AC4;
}
.AnyTagClassName
{
color: #141AC4;
}
</style>
background-color css
<style>
a { background-color: #141AC4; }
a { background-color: rgb(20,26,196); }
div.DivClassName
{
background-color: #141AC4;
}
.BgClassName
{
background-color: #141AC4;
}
</style>
border-color css
<style>
span { border-color: #141AC4; }
span { border-color: rgb(20,26,196); }
td.TdClassName
{
border-color: #141AC4;
}
.TagClassName
{
border-color: #141AC4;
}
</style>