#1E0BCE

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

Shades of Medium Blue #1E0BCE

Tints of Medium Blue #1E0BCE

Color information

#1E0BCE (or 0x1E0BCE) is unknown color: approx Medium Blue. HEX triplet: 1E, 0B and CE. RGB value is (30,11,206). Sum of RGB (Red+Green+Blue) = 30+11+206=247 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.15% from 247); Green value is 11 (4.69% from 255 or 4.45% from 247); Blue value is 206 (80.86% from 255 or 83.40% from 247); Max value from RGB is 206 - color contains mainly: blue. Hex color #1E0BCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E0BCE is #E1F431. Grayscale: #262626. Windows color (decimal): -14808114 or 13503262. OLE color: 13503262.

HSL color Cylindrical-coordinate representation of color #1E0BCE: hue angle of 245.85º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1E0BCE is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB3011206-
CMYK0.850.9500.19
HSL245.85º89.86%42.55%-
HSV(B)245.85º94.66%80.78%-
XYZ11.84.9758.73-
YUV38.91222.29121.64-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.15%
GREEN value IS 11 (4.69% from 255) = 4.45%
BLUE value IS 206 (80.86% from 255) = 83.40%
R=12.15%
G=4.45%
B=83.40%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal30112060.850.9500.19245.8589.8642.55
Hex1EBCE555F013f65a2b
Octal361331612513702336613253
Binary1111010111100111010101011011111010011111101101011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,11,206); }

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

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

 a { background-color: rgb(30,11,206); }

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

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

 span { border-color: rgb(30,11,206); }

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