Html Css Color HEX #103699 Egyptian Blue

📋 copy color: '#103699'

red 16 ◦ green 54 ◦ blue 153

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

Shades of Egyptian Blue #103699

Tints of Egyptian Blue #103699

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.22%

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

R = 7.17%
G = 24.22%
B = 68.61%

CMYK

 C value IS 0.90

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#103699 (or 0x103699) is known color: Egyptian Blue. HEX triplet: 10, 36 and 99. RGB value is (16,54,153). Sum of RGB (Red+Green+Blue) = 16+54+153=223 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.17% from 223); Green value is 54 (21.48% from 255 or 24.22% from 223); Blue value is 153 (60.16% from 255 or 68.61% from 223); Max value from RGB is 153 - color contains mainly: blue. Hex color #103699 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103699 is #EFC966. Grayscale: #353535. Windows color (decimal): -15714663 or 10040848. OLE color: 10040848.

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

Color convert

RGB 16 54 153 -
CMYK 0.90 0.65 0 0.4
HSL 223.36º 0.81% 0.33% -
HSV(B) 223.36º 0.9% 0.6% -
XYZ 7.28 5.05 30.73 -
YUV 53.92 183.91 100.95 -
System Red Green Blue C M Y K H S L
Decimal 16 54 153 0.90 0.65 0 0.4 223.36 0.81 0.33
Hex 10 36 99 5A 41 0 28 DF 51 21
Octal 20 66 231 132 101 0 50 337 121 41
Binary 10000 110110 10011001 1011010 1000001 0 101000 11011111 1010001 100001

Color Harmonies of #103699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103699

Black with #103699

Text Example


Text Example

White with #103699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103699; }

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

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

background-color css

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

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

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

border-color css

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

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

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