#1E12BB

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

Shades of Medium Blue #1E12BB

Tints of Medium Blue #1E12BB

Color information

#1E12BB (or 0x1E12BB) is unknown color: approx Medium Blue. HEX triplet: 1E, 12 and BB. RGB value is (30,18,187). Sum of RGB (Red+Green+Blue) = 30+18+187=235 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.77% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 187 (73.44% from 255 or 79.57% from 235); Max value from RGB is 187 - color contains mainly: blue. Hex color #1E12BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E12BB is #E1ED44. Grayscale: #282828. Windows color (decimal): -14806341 or 12259870. OLE color: 12259870.

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

Color convert

RGB3018187-
CMYK0.840.9000.27
HSL244.26º82.44%40.2%-
HSV(B)244.26º90.37%73.33%-
XYZ9.724.347.33-
YUV40.85210.48120.26-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.77%
GREEN value IS 18 (7.42% from 255) = 7.66%
BLUE value IS 187 (73.44% from 255) = 79.57%
R=12.77%
G=7.66%
B=79.57%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal30181870.840.9000.27244.2682.4440.2
Hex1E12BB545A01Bf45228
Octal362227312413203336412250
Binary11110100101011101110101001011010011011111101001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E12BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,18,187); }

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

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

 a { background-color: rgb(30,18,187); }

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

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

 span { border-color: rgb(30,18,187); }

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