#1C0EC4

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

Shades of Medium Blue #1C0EC4

Tints of Medium Blue #1C0EC4

Color information

#1C0EC4 (or 0x1C0EC4) is unknown color: approx Medium Blue. HEX triplet: 1C, 0E and C4. RGB value is (28,14,196). Sum of RGB (Red+Green+Blue) = 28+14+196=238 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.76% from 238); Green value is 14 (5.86% from 255 or 5.88% from 238); Blue value is 196 (76.95% from 255 or 82.35% from 238); Max value from RGB is 196 - color contains mainly: blue. Hex color #1C0EC4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C0EC4 is #E3F13B. Grayscale: #262626. Windows color (decimal): -14938428 or 12848668. OLE color: 12848668.

HSL color Cylindrical-coordinate representation of color #1C0EC4: hue angle of 244.62º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1C0EC4 is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB2814196-
CMYK0.860.9300.23
HSL244.62º86.67%41.18%-
HSV(B)244.62º92.86%76.86%-
XYZ10.64.5552.54-
YUV38.93216.64120.2-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.76%
GREEN value IS 14 (5.86% from 255) = 5.88%
BLUE value IS 196 (76.95% from 255) = 82.35%
R=11.76%
G=5.88%
B=82.35%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal28141960.860.9300.23244.6286.6741.18
Hex1CEC4565D017f55729
Octal341630412613502736512751
Binary1110011101100010010101101011101010111111101011010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,14,196); }

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

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

 a { background-color: rgb(28,14,196); }

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

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

 span { border-color: rgb(28,14,196); }

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