#1E0BC8

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

Shades of Medium Blue #1E0BC8

Tints of Medium Blue #1E0BC8

Color information

#1E0BC8 (or 0x1E0BC8) is unknown color: approx Medium Blue. HEX triplet: 1E, 0B and C8. RGB value is (30,11,200). Sum of RGB (Red+Green+Blue) = 30+11+200=241 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.45% from 241); Green value is 11 (4.69% from 255 or 4.56% from 241); Blue value is 200 (78.52% from 255 or 82.99% from 241); Max value from RGB is 200 - color contains mainly: blue. Hex color #1E0BC8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E0BC8 is #E1F437. Grayscale: #252525. Windows color (decimal): -14808120 or 13110046. OLE color: 13110046.

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

Color convert

RGB3011200-
CMYK0.850.9400.22
HSL246.03º89.57%41.37%-
HSV(B)246.03º94.5%78.43%-
XYZ11.084.6954.96-
YUV38.23219.29122.13-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.45%
GREEN value IS 11 (4.69% from 255) = 4.56%
BLUE value IS 200 (78.52% from 255) = 82.99%
R=12.45%
G=4.56%
B=82.99%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal30112000.850.9400.22246.0389.5741.37
Hex1EBC8555E016f65a29
Octal361331012513602636613251
Binary1111010111100100010101011011110010110111101101011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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