#103F9D

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

Shades of Egyptian Blue #103F9D

Tints of Egyptian Blue #103F9D

Color information

#103F9D (or 0x103F9D) is unknown color: approx Egyptian Blue. HEX triplet: 10, 3F and 9D. RGB value is (16,63,157). Sum of RGB (Red+Green+Blue) = 16+63+157=236 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.78% from 236); Green value is 63 (25% from 255 or 26.69% from 236); Blue value is 157 (61.72% from 255 or 66.53% from 236); Max value from RGB is 157 - color contains mainly: blue. Hex color #103F9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103F9D is #EFC062. Grayscale: #3B3B3B. Windows color (decimal): -15712355 or 10305296. OLE color: 10305296.

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

Color convert

RGB1663157-
CMYK0.900.6000.38
HSL220º81.5%33.92%-
HSV(B)220º89.81%61.57%-
XYZ8.086.132.65-
YUV59.66182.9396.86-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.78%
GREEN value IS 63 (25% from 255) = 26.69%
BLUE value IS 157 (61.72% from 255) = 66.53%
R=6.78%
G=26.69%
B=66.53%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal16631570.900.6000.3822081.533.92
Hex103F9D5A3C026dc5222
Octal20772351327404633412242
Binary100001111111001110110110101111000100110110111001010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,63,157); }

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

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

 a { background-color: rgb(16,63,157); }

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

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

 span { border-color: rgb(16,63,157); }

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