#1E14C0

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

Shades of Medium Blue #1E14C0

Tints of Medium Blue #1E14C0

Color information

#1E14C0 (or 0x1E14C0) is unknown color: approx Medium Blue. HEX triplet: 1E, 14 and C0. RGB value is (30,20,192). Sum of RGB (Red+Green+Blue) = 30+20+192=242 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.40% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 192 (75.39% from 255 or 79.34% from 242); Max value from RGB is 192 - color contains mainly: blue. Hex color #1E14C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E14C0 is #E1EB3F. Grayscale: #292929. Windows color (decimal): -14805824 or 12588062. OLE color: 12588062.

HSL color Cylindrical-coordinate representation of color #1E14C0: hue angle of 243.49º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1E14C0 is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3020192-
CMYK0.840.9000.25
HSL243.49º81.13%41.57%-
HSV(B)243.49º89.58%75.29%-
XYZ10.34.5850.21-
YUV42.6212.31119.01-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.40%
GREEN value IS 20 (8.20% from 255) = 8.26%
BLUE value IS 192 (75.39% from 255) = 79.34%
R=12.40%
G=8.26%
B=79.34%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal30201920.840.9000.25243.4981.1341.57
Hex1E14C0545A019f3512a
Octal362430012413203136312152
Binary11110101001100000010101001011010011001111100111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E14C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E14C0; }

 p { color: rgb(30,20,192); }

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

<style>
 a { background-color: #1E14C0; }

 a { background-color: rgb(30,20,192); }

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

<style>
 span { border-color: #1E14C0; }

 span { border-color: rgb(30,20,192); }

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