#1E0CB6

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

Shades of Medium Blue #1E0CB6

Tints of Medium Blue #1E0CB6

Color information

#1E0CB6 (or 0x1E0CB6) is unknown color: approx Medium Blue. HEX triplet: 1E, 0C and B6. RGB value is (30,12,182). Sum of RGB (Red+Green+Blue) = 30+12+182=224 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.39% from 224); Green value is 12 (5.08% from 255 or 5.36% from 224); Blue value is 182 (71.48% from 255 or 81.25% from 224); Max value from RGB is 182 - color contains mainly: blue. Hex color #1E0CB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E0CB6 is #E1F349. Grayscale: #242424. Windows color (decimal): -14807882 or 11930654. OLE color: 11930654.

HSL color Cylindrical-coordinate representation of color #1E0CB6: hue angle of 246.35º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1E0CB6 is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3012182-
CMYK0.840.9300.29
HSL246.35º87.63%38.04%-
HSV(B)246.35º93.41%71.37%-
XYZ9.113.9244.53-
YUV36.76209.96123.18-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.39%
GREEN value IS 12 (5.08% from 255) = 5.36%
BLUE value IS 182 (71.48% from 255) = 81.25%
R=13.39%
G=5.36%
B=81.25%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal30121820.840.9300.29246.3587.6338.04
Hex1ECB6545D01Df65826
Octal361426612413503536613046
Binary1111011001011011010101001011101011101111101101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,12,182); }

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

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

 a { background-color: rgb(30,12,182); }

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

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

 span { border-color: rgb(30,12,182); }

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