Html Css Color HEX #103496 Egyptian Blue

📋 copy color: '#103496'

red 16 ◦ green 52 ◦ blue 150

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

Shades of Egyptian Blue #103496

Tints of Egyptian Blue #103496

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.85%

 BLUE value IS 150 (58.98% from 255) = 68.81%

R = 7.34%
G = 23.85%
B = 68.81%

CMYK

 C value IS 0.89

 M value IS 0.65

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#103496 (or 0x103496) is known color: Egyptian Blue. HEX triplet: 10, 34 and 96. RGB value is (16,52,150). Sum of RGB (Red+Green+Blue) = 16+52+150=218 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.34% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 150 (58.98% from 255 or 68.81% from 218); Max value from RGB is 150 - color contains mainly: blue. Hex color #103496 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103496 is #EFCB69. Grayscale: #333333. Windows color (decimal): -15715178 or 9843728. OLE color: 9843728.

HSL color Cylindrical-coordinate representation of color #103496: hue angle of 223.88º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #103496 is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 16 52 150 -
CMYK 0.89 0.65 0 0.41
HSL 223.88º 0.81% 0.33% -
HSV(B) 223.88º 0.89% 0.59% -
XYZ 6.95 4.77 29.41 -
YUV 52.41 183.07 102.03 -
System Red Green Blue C M Y K H S L
Decimal 16 52 150 0.89 0.65 0 0.41 223.88 0.81 0.33
Hex 10 34 96 59 41 0 29 E0 51 21
Octal 20 64 226 131 101 0 51 340 121 41
Binary 10000 110100 10010110 1011001 1000001 0 101001 11100000 1010001 100001

Color Harmonies of #103496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103496

Black with #103496

Text Example


Text Example

White with #103496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103496; }

 p { color: rgb(16,52,150); }

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

background-color css

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

 a { background-color: rgb(16,52,150); }

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

border-color css

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

 span { border-color: rgb(16,52,150); }

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