#1E10C6

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

Shades of Medium Blue #1E10C6

Tints of Medium Blue #1E10C6

Color information

#1E10C6 (or 0x1E10C6) is unknown color: approx Medium Blue. HEX triplet: 1E, 10 and C6. RGB value is (30,16,198). Sum of RGB (Red+Green+Blue) = 30+16+198=244 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.30% from 244); Green value is 16 (6.64% from 255 or 6.56% from 244); Blue value is 198 (77.73% from 255 or 81.15% from 244); Max value from RGB is 198 - color contains mainly: blue. Hex color #1E10C6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E10C6 is #E1EF39. Grayscale: #282828. Windows color (decimal): -14806842 or 12980254. OLE color: 12980254.

HSL color Cylindrical-coordinate representation of color #1E10C6: hue angle of 244.62º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1E10C6 is Cyan = 0.85, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB3016198-
CMYK0.850.9200.22
HSL244.62º85.05%41.96%-
HSV(B)244.62º91.92%77.65%-
XYZ10.914.7253.76-
YUV40.93216.64120.2-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.30%
GREEN value IS 16 (6.64% from 255) = 6.56%
BLUE value IS 198 (77.73% from 255) = 81.15%
R=12.30%
G=6.56%
B=81.15%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal30161980.850.9200.22244.6285.0541.96
Hex1E10C6555C016f5552a
Octal362030612513402636512552
Binary11110100001100011010101011011100010110111101011010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E10C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,16,198); }

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

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

 a { background-color: rgb(30,16,198); }

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

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

 span { border-color: rgb(30,16,198); }

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