Html Css Color HEX #103AA2 Egyptian Blue

📋 copy color: '#103AA2'

red 16 ◦ green 58 ◦ blue 162

#103AA2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #103AA2

Tints of Egyptian Blue #103AA2

RGB

 RED value IS 16 (6.64% from 255) = 6.78%

 GREEN value IS 58 (23.05% from 255) = 24.58%

 BLUE value IS 162 (63.67% from 255) = 68.64%

R = 6.78%
G = 24.58%
B = 68.64%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#103AA2 (or 0x103AA2) is known color: Egyptian Blue. HEX triplet: 10, 3A and A2. RGB value is (16,58,162). Sum of RGB (Red+Green+Blue) = 16+58+162=236 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.78% from 236); Green value is 58 (23.05% from 255 or 24.58% from 236); Blue value is 162 (63.67% from 255 or 68.64% from 236); Max value from RGB is 162 - color contains mainly: blue. Hex color #103AA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103AA2 is #EFC55D. Grayscale: #383838. Windows color (decimal): -15713630 or 10631696. OLE color: 10631696.

HSL color Cylindrical-coordinate representation of color #103AA2: hue angle of 222.74º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #103AA2 is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 16 58 162 -
CMYK 0.90 0.64 0 0.36
HSL 222.74º 0.82% 0.35% -
HSV(B) 222.74º 0.9% 0.64% -
XYZ 8.25 5.74 34.86 -
YUV 57.3 187.09 98.54 -
System Red Green Blue C M Y K H S L
Decimal 16 58 162 0.90 0.64 0 0.36 222.74 0.82 0.35
Hex 10 3A A2 5A 40 0 24 DF 52 23
Octal 20 72 242 132 100 0 44 337 122 43
Binary 10000 111010 10100010 1011010 1000000 0 100100 11011111 1010010 100011

Color Harmonies of #103AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103AA2

Black with #103AA2

Text Example


Text Example

White with #103AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #103AA2;
 }
 .AnyTagClassName
 {
   color: #103AA2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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