#1E0CE6

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

Shades of Blue #1E0CE6

Tints of Blue #1E0CE6

Color information

#1E0CE6 (or 0x1E0CE6) is unknown color: approx Blue. HEX triplet: 1E, 0C and E6. RGB value is (30,12,230). Sum of RGB (Red+Green+Blue) = 30+12+230=272 (36% of max value = 765). Red value is 30 (12.11% from 255 or 11.03% from 272); Green value is 12 (5.08% from 255 or 4.41% from 272); Blue value is 230 (90.23% from 255 or 84.56% from 272); Max value from RGB is 230 - color contains mainly: blue. Hex color #1E0CE6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1E0CE6 is #E1F319. Grayscale: #292929. Windows color (decimal): -14807834 or 15076382. OLE color: 15076382.

HSL color Cylindrical-coordinate representation of color #1E0CE6: hue angle of 244.95º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1E0CE6 is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB3012230-
CMYK0.870.9500.10
HSL244.95º90.08%47.45%-
HSV(B)244.95º94.78%90.2%-
XYZ14.956.2575.28-
YUV42.23233.96119.27-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.03%
GREEN value IS 12 (5.08% from 255) = 4.41%
BLUE value IS 230 (90.23% from 255) = 84.56%
R=11.03%
G=4.41%
B=84.56%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal30122300.870.9500.10244.9590.0847.45
Hex1ECE6575F0Af55a2f
Octal361434612713701236513257
Binary111101100111001101010111101111101010111101011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0CE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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