#1C19E4

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

Shades of Medium Blue #1C19E4

Tints of Medium Blue #1C19E4

Color information

#1C19E4 (or 0x1C19E4) is unknown color: approx Medium Blue. HEX triplet: 1C, 19 and E4. RGB value is (28,25,228). Sum of RGB (Red+Green+Blue) = 28+25+228=281 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.96% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 228 (89.45% from 255 or 81.14% from 281); Max value from RGB is 228 - color contains mainly: blue. Hex color #1C19E4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C19E4 is #E3E61B. Grayscale: #303030. Windows color (decimal): -14935580 or 14948636. OLE color: 14948636.

HSL color Cylindrical-coordinate representation of color #1C19E4: hue angle of 240.89º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C19E4 is Cyan = 0.88, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB2825228-
CMYK0.880.8900.11
HSL240.89º80.24%49.61%-
HSV(B)240.89º89.04%89.41%-
XYZ14.836.5473.88-
YUV49.04228.99112.99-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.96%
GREEN value IS 25 (10.16% from 255) = 8.90%
BLUE value IS 228 (89.45% from 255) = 81.14%
R=9.96%
G=8.90%
B=81.14%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal28252280.880.8900.11240.8980.2449.61
Hex1C19E458590Bf15032
Octal343134413013101336112062
Binary1110011001111001001011000101100101011111100011010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C19E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,25,228); }

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

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

 a { background-color: rgb(28,25,228); }

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

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

 span { border-color: rgb(28,25,228); }

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