Html Css Color HEX #103BA2 Egyptian Blue

📋 copy color: '#103BA2'

red 16 ◦ green 59 ◦ blue 162

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

Shades of Egyptian Blue #103BA2

Tints of Egyptian Blue #103BA2

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.89%

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

R = 6.75%
G = 24.89%
B = 68.35%

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

#103BA2 (or 0x103BA2) is known color: Egyptian Blue. HEX triplet: 10, 3B and A2. RGB value is (16,59,162). Sum of RGB (Red+Green+Blue) = 16+59+162=237 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.75% from 237); Green value is 59 (23.44% from 255 or 24.89% from 237); Blue value is 162 (63.67% from 255 or 68.35% from 237); Max value from RGB is 162 - color contains mainly: blue. Hex color #103BA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103BA2 is #EFC45D. Grayscale: #393939. Windows color (decimal): -15713374 or 10631952. OLE color: 10631952.

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

Color convert

RGB 16 59 162 -
CMYK 0.90 0.64 0 0.36
HSL 222.33º 0.82% 0.35% -
HSV(B) 222.33º 0.9% 0.64% -
XYZ 8.3 5.85 34.87 -
YUV 57.89 186.75 98.12 -
System Red Green Blue C M Y K H S L
Decimal 16 59 162 0.90 0.64 0 0.36 222.33 0.82 0.35
Hex 10 3B A2 5A 40 0 24 DE 52 23
Octal 20 73 242 132 100 0 44 336 122 43
Binary 10000 111011 10100010 1011010 1000000 0 100100 11011110 1010010 100011

Color Harmonies of #103BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103BA2

Black with #103BA2

Text Example


Text Example

White with #103BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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