#1E14BC

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

Shades of Medium Blue #1E14BC

Tints of Medium Blue #1E14BC

Color information

#1E14BC (or 0x1E14BC) is unknown color: approx Medium Blue. HEX triplet: 1E, 14 and BC. RGB value is (30,20,188). Sum of RGB (Red+Green+Blue) = 30+20+188=238 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.61% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 188 (73.83% from 255 or 78.99% from 238); Max value from RGB is 188 - color contains mainly: blue. Hex color #1E14BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E14BC is #E1EB43. Grayscale: #292929. Windows color (decimal): -14805828 or 12325918. OLE color: 12325918.

HSL color Cylindrical-coordinate representation of color #1E14BC: hue angle of 243.57º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1E14BC is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3020188-
CMYK0.840.8900.26
HSL243.57º80.77%40.78%-
HSV(B)243.57º89.36%73.73%-
XYZ9.864.4147.91-
YUV42.14210.31119.34-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.61%
GREEN value IS 20 (8.20% from 255) = 8.40%
BLUE value IS 188 (73.83% from 255) = 78.99%
R=12.61%
G=8.40%
B=78.99%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal30201880.840.8900.26243.5780.7740.78
Hex1E14BC545901Af45129
Octal362427412413103236412151
Binary11110101001011110010101001011001011010111101001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E14BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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