#103EA1

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

Shades of Egyptian Blue #103EA1

Tints of Egyptian Blue #103EA1

Color information

#103EA1 (or 0x103EA1) is unknown color: approx Egyptian Blue. HEX triplet: 10, 3E and A1. RGB value is (16,62,161). Sum of RGB (Red+Green+Blue) = 16+62+161=239 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.69% from 239); Green value is 62 (24.61% from 255 or 25.94% from 239); Blue value is 161 (63.28% from 255 or 67.36% from 239); Max value from RGB is 161 - color contains mainly: blue. Hex color #103EA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103EA1 is #EFC15E. Grayscale: #3B3B3B. Windows color (decimal): -15712607 or 10567184. OLE color: 10567184.

HSL color Cylindrical-coordinate representation of color #103EA1: hue angle of 220.97º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #103EA1 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB1662161-
CMYK0.900.6100.37
HSL220.97º81.92%34.71%-
HSV(B)220.97º90.06%63.14%-
XYZ8.376.1334.46-
YUV59.53185.2696.95-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.69%
GREEN value IS 62 (24.61% from 255) = 25.94%
BLUE value IS 161 (63.28% from 255) = 67.36%
R=6.69%
G=25.94%
B=67.36%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16621610.900.6100.37220.9781.9234.71
Hex103EA15A3D025dd5223
Octal20762411327504533512243
Binary100001111101010000110110101111010100101110111011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103EA1; }

 p { color: rgb(16,62,161); }

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

<style>
 a { background-color: #103EA1; }

 a { background-color: rgb(16,62,161); }

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

<style>
 span { border-color: #103EA1; }

 span { border-color: rgb(16,62,161); }

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