#1E13BC

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

Shades of Medium Blue #1E13BC

Tints of Medium Blue #1E13BC

Color information

#1E13BC (or 0x1E13BC) is unknown color: approx Medium Blue. HEX triplet: 1E, 13 and BC. RGB value is (30,19,188). Sum of RGB (Red+Green+Blue) = 30+19+188=237 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.66% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 188 (73.83% from 255 or 79.32% from 237); Max value from RGB is 188 - color contains mainly: blue. Hex color #1E13BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E13BC is #E1EC43. Grayscale: #282828. Windows color (decimal): -14806084 or 12325662. OLE color: 12325662.

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

Color convert

RGB3019188-
CMYK0.840.9000.26
HSL243.91º81.64%40.59%-
HSV(B)243.91º89.89%73.73%-
XYZ9.854.3747.9-
YUV41.56210.64119.76-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.66%
GREEN value IS 19 (7.81% from 255) = 8.02%
BLUE value IS 188 (73.83% from 255) = 79.32%
R=12.66%
G=8.02%
B=79.32%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal30191880.840.9000.26243.9181.6440.59
Hex1E13BC545A01Af45229
Octal362327412413203236412251
Binary11110100111011110010101001011010011010111101001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E13BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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