#141AC4

Color #141AC4 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #141AC4

Tints of Medium Blue #141AC4

Color information

#141AC4 (or 0x141AC4) is unknown color: approx 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

RGB2026196-
CMYK0.900.8700.23
HSL237.95º81.48%42.35%-
HSV(B)237.95º89.8%76.86%-
XYZ10.624.8752.61-
YUV43.59214.01111.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 8.26%
GREEN value IS 26 (10.55% from 255) = 10.74%
BLUE value IS 196 (76.95% from 255) = 80.99%
R=8.26%
G=10.74%
B=80.99%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal20261960.900.8700.23237.9581.4842.35
Hex141AC45A57017ee512a
Octal243230413212702735612152
Binary10100110101100010010110101010111010111111011101010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>