#103A9E

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

Shades of Egyptian Blue #103A9E

Tints of Egyptian Blue #103A9E

Color information

#103A9E (or 0x103A9E) is unknown color: approx Egyptian Blue. HEX triplet: 10, 3A and 9E. RGB value is (16,58,158). Sum of RGB (Red+Green+Blue) = 16+58+158=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 58 (23.05% from 255 or 25% from 232); Blue value is 158 (62.11% from 255 or 68.10% from 232); Max value from RGB is 158 - color contains mainly: blue. Hex color #103A9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103A9E is #EFC561. Grayscale: #383838. Windows color (decimal): -15713634 or 10369552. OLE color: 10369552.

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

Color convert

RGB1658158-
CMYK0.900.6300.38
HSL222.25º81.61%34.12%-
HSV(B)222.25º89.87%61.96%-
XYZ7.95.633.01-
YUV56.84185.0998.87-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.90%
GREEN value IS 58 (23.05% from 255) = 25%
BLUE value IS 158 (62.11% from 255) = 68.10%
R=6.90%
G=25%
B=68.10%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal16581580.900.6300.38222.2581.6134.12
Hex103A9E5A3F026de5222
Octal20722361327704633612242
Binary100001110101001111010110101111110100110110111101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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