#103E9F

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

Shades of Egyptian Blue #103E9F

Tints of Egyptian Blue #103E9F

Color information

#103E9F (or 0x103E9F) is unknown color: approx Egyptian Blue. HEX triplet: 10, 3E and 9F. RGB value is (16,62,159). Sum of RGB (Red+Green+Blue) = 16+62+159=237 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.75% from 237); Green value is 62 (24.61% from 255 or 26.16% from 237); Blue value is 159 (62.5% from 255 or 67.09% from 237); Max value from RGB is 159 - color contains mainly: blue. Hex color #103E9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103E9F is #EFC160. Grayscale: #3A3A3A. Windows color (decimal): -15712609 or 10436112. OLE color: 10436112.

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

Color convert

RGB1662159-
CMYK0.900.6100.38
HSL220.7º81.71%34.31%-
HSV(B)220.7º89.94%62.35%-
XYZ8.196.0633.54-
YUV59.3184.2697.11-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.75%
GREEN value IS 62 (24.61% from 255) = 26.16%
BLUE value IS 159 (62.5% from 255) = 67.09%
R=6.75%
G=26.16%
B=67.09%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal16621590.900.6100.38220.781.7134.31
Hex103E9F5A3D026dd5222
Octal20762371327504633512242
Binary100001111101001111110110101111010100110110111011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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