Html Css Color HEX #10329D Egyptian Blue

📋 copy color: '#10329D'

red 16 ◦ green 50 ◦ blue 157

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

Shades of Egyptian Blue #10329D

Tints of Egyptian Blue #10329D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.42%

 BLUE value IS 157 (61.72% from 255) = 70.4%

R = 7.17%
G = 22.42%
B = 70.4%

CMYK

 C value IS 0.90

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10329D (or 0x10329D) is known color: Egyptian Blue. HEX triplet: 10, 32 and 9D. RGB value is (16,50,157). Sum of RGB (Red+Green+Blue) = 16+50+157=223 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.17% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 157 (61.72% from 255 or 70.40% from 223); Max value from RGB is 157 - color contains mainly: blue. Hex color #10329D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10329D is #EFCD62. Grayscale: #333333. Windows color (decimal): -15715683 or 10301968. OLE color: 10301968.

HSL color Cylindrical-coordinate representation of color #10329D: hue angle of 225.53º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10329D is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 50 157 -
CMYK 0.90 0.68 0 0.38
HSL 225.53º 0.82% 0.34% -
HSV(B) 225.53º 0.9% 0.62% -
XYZ 7.44 4.83 32.44 -
YUV 52.03 187.24 102.3 -
System Red Green Blue C M Y K H S L
Decimal 16 50 157 0.90 0.68 0 0.38 225.53 0.82 0.34
Hex 10 32 9D 5A 44 0 26 E2 52 22
Octal 20 62 235 132 104 0 46 342 122 42
Binary 10000 110010 10011101 1011010 1000100 0 100110 11100010 1010010 100010

Color Harmonies of #10329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10329D

Black with #10329D

Text Example


Text Example

White with #10329D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10329D; }

 p { color: rgb(16,50,157); }

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

background-color css

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

 a { background-color: rgb(16,50,157); }

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

border-color css

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

 span { border-color: rgb(16,50,157); }

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