#1E0CBD

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

Shades of Medium Blue #1E0CBD

Tints of Medium Blue #1E0CBD

Color information

#1E0CBD (or 0x1E0CBD) is unknown color: approx Medium Blue. HEX triplet: 1E, 0C and BD. RGB value is (30,12,189). Sum of RGB (Red+Green+Blue) = 30+12+189=231 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.99% from 231); Green value is 12 (5.08% from 255 or 5.19% from 231); Blue value is 189 (74.22% from 255 or 81.82% from 231); Max value from RGB is 189 - color contains mainly: blue. Hex color #1E0CBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E0CBD is #E1F342. Grayscale: #242424. Windows color (decimal): -14807875 or 12389406. OLE color: 12389406.

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

Color convert

RGB3012189-
CMYK0.840.9400.26
HSL246.1º88.06%39.41%-
HSV(B)246.1º93.65%74.12%-
XYZ9.854.2148.44-
YUV37.56213.46122.61-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.99%
GREEN value IS 12 (5.08% from 255) = 5.19%
BLUE value IS 189 (74.22% from 255) = 81.82%
R=12.99%
G=5.19%
B=81.82%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal30121890.840.9400.26246.188.0639.41
Hex1ECBD545E01Af65827
Octal361427512413603236613047
Binary1111011001011110110101001011110011010111101101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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