Html Css Color HEX #103AA6 Egyptian Blue

📋 copy color: '#103AA6'

red 16 ◦ green 58 ◦ blue 166

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

Shades of Egyptian Blue #103AA6

Tints of Egyptian Blue #103AA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 69.17%

R = 6.67%
G = 24.17%
B = 69.17%

CMYK

 C value IS 0.90

 M value IS 0.65

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#103AA6 (or 0x103AA6) is known color: Egyptian Blue. HEX triplet: 10, 3A and A6. RGB value is (16,58,166). Sum of RGB (Red+Green+Blue) = 16+58+166=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 166 (65.23% from 255 or 69.17% from 240); Max value from RGB is 166 - color contains mainly: blue. Hex color #103AA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103AA6 is #EFC559. Grayscale: #393939. Windows color (decimal): -15713626 or 10893840. OLE color: 10893840.

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

Color convert

RGB 16 58 166 -
CMYK 0.90 0.65 0 0.35
HSL 223.2º 0.82% 0.36% -
HSV(B) 223.2º 0.9% 0.65% -
XYZ 8.61 5.89 36.76 -
YUV 57.75 189.09 98.22 -
System Red Green Blue C M Y K H S L
Decimal 16 58 166 0.90 0.65 0 0.35 223.2 0.82 0.36
Hex 10 3A A6 5A 41 0 23 DF 52 24
Octal 20 72 246 132 101 0 43 337 122 44
Binary 10000 111010 10100110 1011010 1000001 0 100011 11011111 1010010 100100

Color Harmonies of #103AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103AA6

Black with #103AA6

Text Example


Text Example

White with #103AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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