Html Css Color HEX #103D99 Egyptian Blue

📋 copy color: '#103D99'

red 16 ◦ green 61 ◦ blue 153

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

Shades of Egyptian Blue #103D99

Tints of Egyptian Blue #103D99

RGB

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

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

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

R = 6.96%
G = 26.52%
B = 66.52%

CMYK

 C value IS 0.90

 M value IS 0.60

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#103D99 (or 0x103D99) is known color: Egyptian Blue. HEX triplet: 10, 3D and 99. RGB value is (16,61,153). Sum of RGB (Red+Green+Blue) = 16+61+153=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 61 (24.22% from 255 or 26.52% from 230); Blue value is 153 (60.16% from 255 or 66.52% from 230); Max value from RGB is 153 - color contains mainly: blue. Hex color #103D99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103D99 is #EFC266. Grayscale: #393939. Windows color (decimal): -15712871 or 10042640. OLE color: 10042640.

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

Color convert

RGB 16 61 153 -
CMYK 0.90 0.60 0 0.4
HSL 220.29º 0.81% 0.33% -
HSV(B) 220.29º 0.9% 0.6% -
XYZ 7.63 5.75 30.84 -
YUV 58.03 181.59 98.02 -
System Red Green Blue C M Y K H S L
Decimal 16 61 153 0.90 0.60 0 0.4 220.29 0.81 0.33
Hex 10 3D 99 5A 3C 0 28 DC 51 21
Octal 20 75 231 132 74 0 50 334 121 41
Binary 10000 111101 10011001 1011010 111100 0 101000 11011100 1010001 100001

Color Harmonies of #103D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103D99

Black with #103D99

Text Example


Text Example

White with #103D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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