Html Css Color HEX #103DAD Egyptian Blue

📋 copy color: '#103DAD'

red 16 ◦ green 61 ◦ blue 173

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

Shades of Egyptian Blue #103DAD

Tints of Egyptian Blue #103DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 69.2%

R = 6.4%
G = 24.4%
B = 69.2%

CMYK

 C value IS 0.91

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#103DAD (or 0x103DAD) is known color: Egyptian Blue. HEX triplet: 10, 3D and AD. RGB value is (16,61,173). Sum of RGB (Red+Green+Blue) = 16+61+173=250 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.4% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 173 (67.97% from 255 or 69.2% from 250); Max value from RGB is 173 - color contains mainly: blue. Hex color #103DAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103DAD is #EFC252. Grayscale: #3B3B3B. Windows color (decimal): -15712851 or 11353360. OLE color: 11353360.

HSL color Cylindrical-coordinate representation of color #103DAD: hue angle of 222.8º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #103DAD is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 16 61 173 -
CMYK 0.91 0.65 0 0.32
HSL 222.8º 0.83% 0.37% -
HSV(B) 222.8º 0.91% 0.68% -
XYZ 9.43 6.46 40.29 -
YUV 60.31 191.59 96.39 -
System Red Green Blue C M Y K H S L
Decimal 16 61 173 0.91 0.65 0 0.32 222.8 0.83 0.37
Hex 10 3D AD 5B 41 0 20 DF 53 25
Octal 20 75 255 133 101 0 40 337 123 45
Binary 10000 111101 10101101 1011011 1000001 0 100000 11011111 1010011 100101

Color Harmonies of #103DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103DAD

Black with #103DAD

Text Example


Text Example

White with #103DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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