Html Css Color HEX #103AA5 Egyptian Blue

📋 copy color: '#103AA5'

red 16 ◦ green 58 ◦ blue 165

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

Shades of Egyptian Blue #103AA5

Tints of Egyptian Blue #103AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 69.04%

R = 6.69%
G = 24.27%
B = 69.04%

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

#103AA5 (or 0x103AA5) is known color: Egyptian Blue. HEX triplet: 10, 3A and A5. RGB value is (16,58,165). Sum of RGB (Red+Green+Blue) = 16+58+165=239 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.69% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 165 (64.84% from 255 or 69.04% from 239); Max value from RGB is 165 - color contains mainly: blue. Hex color #103AA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103AA5 is #EFC55A. Grayscale: #393939. Windows color (decimal): -15713627 or 10828304. OLE color: 10828304.

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

Color convert

RGB 16 58 165 -
CMYK 0.90 0.65 0 0.35
HSL 223.09º 0.82% 0.35% -
HSV(B) 223.09º 0.9% 0.65% -
XYZ 8.52 5.85 36.28 -
YUV 57.64 188.59 98.3 -
System Red Green Blue C M Y K H S L
Decimal 16 58 165 0.90 0.65 0 0.35 223.09 0.82 0.35
Hex 10 3A A5 5A 41 0 23 DF 52 23
Octal 20 72 245 132 101 0 43 337 122 43
Binary 10000 111010 10100101 1011010 1000001 0 100011 11011111 1010010 100011

Color Harmonies of #103AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103AA5

Black with #103AA5

Text Example


Text Example

White with #103AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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