#1004E0

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

Shades of Medium Blue #1004E0

Tints of Medium Blue #1004E0

Color information

#1004E0 (or 0x1004E0) is unknown color: approx Medium Blue. HEX triplet: 10, 04 and E0. RGB value is (16,4,224). Sum of RGB (Red+Green+Blue) = 16+4+224=244 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.56% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 224 (87.89% from 255 or 91.80% from 244); Max value from RGB is 224 - color contains mainly: blue. Hex color #1004E0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1004E0 is #EFFB1F. Grayscale: #1F1F1F. Windows color (decimal): -15727392 or 14681104. OLE color: 14681104.

HSL color Cylindrical-coordinate representation of color #1004E0: hue angle of 243.27º degrees, saturation: 0.96, 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 #1004E0 is Cyan = 0.93, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB164224-
CMYK0.930.9800.12
HSL243.27º96.49%44.71%-
HSV(B)243.27º98.21%87.84%-
XYZ13.715.5870.88-
YUV32.67235.98116.11-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.56%
GREEN value IS 4 (1.95% from 255) = 1.64%
BLUE value IS 224 (87.89% from 255) = 91.80%
R=6.56%
G=1.64%
B=91.80%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1642240.930.9800.12243.2796.4944.71
Hex104E05D620Cf3602d
Octal20434013514201436314055
Binary10000100111000001011101110001001100111100111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1004E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1004E0; }

 p { color: rgb(16,4,224); }

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

<style>
 a { background-color: #1004E0; }

 a { background-color: rgb(16,4,224); }

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

<style>
 span { border-color: #1004E0; }

 span { border-color: rgb(16,4,224); }

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