#1E06BC

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

Shades of Medium Blue #1E06BC

Tints of Medium Blue #1E06BC

Color information

#1E06BC (or 0x1E06BC) is unknown color: approx Medium Blue. HEX triplet: 1E, 06 and BC. RGB value is (30,6,188). Sum of RGB (Red+Green+Blue) = 30+6+188=224 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.39% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 188 (73.83% from 255 or 83.93% from 224); Max value from RGB is 188 - color contains mainly: blue. Hex color #1E06BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E06BC is #E1F943. Grayscale: #212121. Windows color (decimal): -14809412 or 12322334. OLE color: 12322334.

HSL color Cylindrical-coordinate representation of color #1E06BC: hue angle of 247.91º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1E06BC is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB306188-
CMYK0.840.9700.26
HSL247.91º93.81%38.04%-
HSV(B)247.91º96.81%73.73%-
XYZ9.684.0447.85-
YUV33.92214.95125.2-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.39%
GREEN value IS 6 (2.73% from 255) = 2.68%
BLUE value IS 188 (73.83% from 255) = 83.93%
R=13.39%
G=2.68%
B=83.93%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal3061880.840.9700.26247.9193.8138.04
Hex1E6BC546101Af85e26
Octal36627412414103237013646
Binary111101101011110010101001100001011010111110001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E06BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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