#103AAC

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

Shades of Egyptian Blue #103AAC

Tints of Egyptian Blue #103AAC

Color information

#103AAC (or 0x103AAC) is unknown color: approx Egyptian Blue. HEX triplet: 10, 3A and AC. RGB value is (16,58,172). Sum of RGB (Red+Green+Blue) = 16+58+172=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 172 (67.58% from 255 or 69.92% from 246); Max value from RGB is 172 - color contains mainly: blue. Hex color #103AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103AAC is #EFC553. Grayscale: #393939. Windows color (decimal): -15713620 or 11287056. OLE color: 11287056.

HSL color Cylindrical-coordinate representation of color #103AAC: hue angle of 223.85º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #103AAC is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1658172-
CMYK0.910.6600.33
HSL223.85º82.98%36.86%-
HSV(B)223.85º90.7%67.45%-
XYZ9.176.1139.73-
YUV58.44192.0997.73-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.50%
GREEN value IS 58 (23.05% from 255) = 23.58%
BLUE value IS 172 (67.58% from 255) = 69.92%
R=6.50%
G=23.58%
B=69.92%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16581720.910.6600.33223.8582.9836.86
Hex103AAC5B42021e05325
Octal207225413310204134012345
Binary1000011101010101100101101110000100100001111000001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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