#1E0BBE

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

Shades of Medium Blue #1E0BBE

Tints of Medium Blue #1E0BBE

Color information

#1E0BBE (or 0x1E0BBE) is unknown color: approx Medium Blue. HEX triplet: 1E, 0B and BE. RGB value is (30,11,190). Sum of RGB (Red+Green+Blue) = 30+11+190=231 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.99% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 190 (74.61% from 255 or 82.25% from 231); Max value from RGB is 190 - color contains mainly: blue. Hex color #1E0BBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E0BBE is #E1F441. Grayscale: #242424. Windows color (decimal): -14808130 or 12454686. OLE color: 12454686.

HSL color Cylindrical-coordinate representation of color #1E0BBE: hue angle of 246.37º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1E0BBE is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3011190-
CMYK0.840.9400.25
HSL246.37º89.05%39.41%-
HSV(B)246.37º94.21%74.51%-
XYZ9.954.2349.01-
YUV37.09214.29122.95-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.99%
GREEN value IS 11 (4.69% from 255) = 4.76%
BLUE value IS 190 (74.61% from 255) = 82.25%
R=12.99%
G=4.76%
B=82.25%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal30111900.840.9400.25246.3789.0539.41
Hex1EBBE545E019f65927
Octal361327612413603136613147
Binary1111010111011111010101001011110011001111101101011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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