#1604E1

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

Shades of Medium Blue #1604E1

Tints of Medium Blue #1604E1

Color information

#1604E1 (or 0x1604E1) is unknown color: approx Medium Blue. HEX triplet: 16, 04 and E1. RGB value is (22,4,225). Sum of RGB (Red+Green+Blue) = 22+4+225=251 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.76% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 225 (88.28% from 255 or 89.64% from 251); Max value from RGB is 225 - color contains mainly: blue. Hex color #1604E1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1604E1 is #E9FB1E. Grayscale: #212121. Windows color (decimal): -15334175 or 14746646. OLE color: 14746646.

HSL color Cylindrical-coordinate representation of color #1604E1: hue angle of 244.89º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1604E1 is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB224225-
CMYK0.900.9800.12
HSL244.89º96.51%44.9%-
HSV(B)244.89º98.22%88.24%-
XYZ13.965.6971.6-
YUV34.58235.46119.03-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.76%
GREEN value IS 4 (1.95% from 255) = 1.59%
BLUE value IS 225 (88.28% from 255) = 89.64%
R=8.76%
G=1.59%
B=89.64%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242250.900.9800.12244.8996.5144.9
Hex164E15A620Cf5612d
Octal26434113214201436514155
Binary10110100111000011011010110001001100111101011100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1604E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1604E1; }

 p { color: rgb(22,4,225); }

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

<style>
 a { background-color: #1604E1; }

 a { background-color: rgb(22,4,225); }

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

<style>
 span { border-color: #1604E1; }

 span { border-color: rgb(22,4,225); }

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