#103C9E

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

Shades of Egyptian Blue #103C9E

Tints of Egyptian Blue #103C9E

Color information

#103C9E (or 0x103C9E) is unknown color: approx Egyptian Blue. HEX triplet: 10, 3C and 9E. RGB value is (16,60,158). Sum of RGB (Red+Green+Blue) = 16+60+158=234 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.84% from 234); Green value is 60 (23.83% from 255 or 25.64% from 234); Blue value is 158 (62.11% from 255 or 67.52% from 234); Max value from RGB is 158 - color contains mainly: blue. Hex color #103C9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103C9E is #EFC361. Grayscale: #393939. Windows color (decimal): -15713122 or 10370064. OLE color: 10370064.

HSL color Cylindrical-coordinate representation of color #103C9E: hue angle of 221.41º 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 #103C9E is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1660158-
CMYK0.900.6200.38
HSL221.41º81.61%34.12%-
HSV(B)221.41º89.87%61.96%-
XYZ85.8133.05-
YUV58.02184.4298.03-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.84%
GREEN value IS 60 (23.83% from 255) = 25.64%
BLUE value IS 158 (62.11% from 255) = 67.52%
R=6.84%
G=25.64%
B=67.52%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal16601580.900.6200.38221.4181.6134.12
Hex103C9E5A3E026dd5222
Octal20742361327604633512242
Binary100001111001001111010110101111100100110110111011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,60,158); }

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

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

 a { background-color: rgb(16,60,158); }

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

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

 span { border-color: rgb(16,60,158); }

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