#141BE4

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

Shades of Medium Blue #141BE4

Tints of Medium Blue #141BE4

Color information

#141BE4 (or 0x141BE4) is unknown color: approx Medium Blue. HEX triplet: 14, 1B and E4. RGB value is (20,27,228). Sum of RGB (Red+Green+Blue) = 20+27+228=275 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.27% from 275); Green value is 27 (10.94% from 255 or 9.82% from 275); Blue value is 228 (89.45% from 255 or 82.91% from 275); Max value from RGB is 228 - color contains mainly: blue. Hex color #141BE4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141BE4 is #EBE41B. Grayscale: #2F2F2F. Windows color (decimal): -15459356 or 14949140. OLE color: 14949140.

HSL color Cylindrical-coordinate representation of color #141BE4: hue angle of 237.98º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #141BE4 is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB2027228-
CMYK0.910.8800.11
HSL237.98º83.87%48.63%-
HSV(B)237.98º91.23%89.41%-
XYZ14.686.5373.89-
YUV47.82229.68108.16-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.27%
GREEN value IS 27 (10.94% from 255) = 9.82%
BLUE value IS 228 (89.45% from 255) = 82.91%
R=7.27%
G=9.82%
B=82.91%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal20272280.910.8800.11237.9883.8748.63
Hex141BE45B580Bee5431
Octal243334413313001335612461
Binary1010011011111001001011011101100001011111011101010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141BE4; }

 p { color: rgb(20,27,228); }

 H1.HeaderClassName
 {
   color: #141BE4;
 }
 .AnyTagClassName
 {
   color: #141BE4;
 }
</style>
background-color css

<style>
 a { background-color: #141BE4; }

 a { background-color: rgb(20,27,228); }

 div.DivClassName
 {
   background-color: #141BE4;
 }
 .BgClassName
 {
   background-color: #141BE4;
 }
</style>
border-color css

<style>
 span { border-color: #141BE4; }

 span { border-color: rgb(20,27,228); }

 td.TdClassName
 {
   border-color: #141BE4;
 }
 .TagClassName
 {
   border-color: #141BE4;
 }
</style>