Html Css Color HEX #103E99 Egyptian Blue

📋 copy color: '#103E99'

red 16 ◦ green 62 ◦ blue 153

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

Shades of Egyptian Blue #103E99

Tints of Egyptian Blue #103E99

RGB

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

 GREEN value IS 62 (24.61% from 255) = 26.84%

 BLUE value IS 153 (60.16% from 255) = 66.23%

R = 6.93%
G = 26.84%
B = 66.23%

CMYK

 C value IS 0.90

 M value IS 0.59

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#103E99 (or 0x103E99) is known color: Egyptian Blue. HEX triplet: 10, 3E and 99. RGB value is (16,62,153). Sum of RGB (Red+Green+Blue) = 16+62+153=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 62 (24.61% from 255 or 26.84% from 231); Blue value is 153 (60.16% from 255 or 66.23% from 231); Max value from RGB is 153 - color contains mainly: blue. Hex color #103E99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103E99 is #EFC166. Grayscale: #3A3A3A. Windows color (decimal): -15712615 or 10042896. OLE color: 10042896.

HSL color Cylindrical-coordinate representation of color #103E99: hue angle of 219.85º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #103E99 is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 16 62 153 -
CMYK 0.90 0.59 0 0.4
HSL 219.85º 0.81% 0.33% -
HSV(B) 219.85º 0.9% 0.6% -
XYZ 7.69 5.86 30.86 -
YUV 58.62 181.26 97.6 -
System Red Green Blue C M Y K H S L
Decimal 16 62 153 0.90 0.59 0 0.4 219.85 0.81 0.33
Hex 10 3E 99 5A 3B 0 28 DC 51 21
Octal 20 76 231 132 73 0 50 334 121 41
Binary 10000 111110 10011001 1011010 111011 0 101000 11011100 1010001 100001

Color Harmonies of #103E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103E99

Black with #103E99

Text Example


Text Example

White with #103E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,62,153); }

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

background-color css

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

 a { background-color: rgb(16,62,153); }

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

border-color css

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

 span { border-color: rgb(16,62,153); }

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