Html Css Color HEX #103DA3 Egyptian Blue

📋 copy color: '#103DA3'

red 16 ◦ green 61 ◦ blue 163

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

Shades of Egyptian Blue #103DA3

Tints of Egyptian Blue #103DA3

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.42%

 BLUE value IS 163 (64.06% from 255) = 67.92%

R = 6.67%
G = 25.42%
B = 67.92%

CMYK

 C value IS 0.90

 M value IS 0.63

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#103DA3 (or 0x103DA3) is known color: Egyptian Blue. HEX triplet: 10, 3D and A3. RGB value is (16,61,163). Sum of RGB (Red+Green+Blue) = 16+61+163=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 163 (64.06% from 255 or 67.92% from 240); Max value from RGB is 163 - color contains mainly: blue. Hex color #103DA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103DA3 is #EFC25C. Grayscale: #3A3A3A. Windows color (decimal): -15712861 or 10698000. OLE color: 10698000.

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

Color convert

RGB 16 61 163 -
CMYK 0.90 0.63 0 0.36
HSL 221.63º 0.82% 0.35% -
HSV(B) 221.63º 0.9% 0.64% -
XYZ 8.49 6.09 35.38 -
YUV 59.17 186.59 97.21 -
System Red Green Blue C M Y K H S L
Decimal 16 61 163 0.90 0.63 0 0.36 221.63 0.82 0.35
Hex 10 3D A3 5A 3F 0 24 DE 52 23
Octal 20 75 243 132 77 0 44 336 122 43
Binary 10000 111101 10100011 1011010 111111 0 100100 11011110 1010010 100011

Color Harmonies of #103DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103DA3

Black with #103DA3

Text Example


Text Example

White with #103DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,61,163); }

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

background-color css

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

 a { background-color: rgb(16,61,163); }

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

border-color css

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

 span { border-color: rgb(16,61,163); }

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