Html Css Color HEX #11349D Egyptian Blue

📋 copy color: '#11349D'

red 17 ◦ green 52 ◦ blue 157

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

Shades of Egyptian Blue #11349D

Tints of Egyptian Blue #11349D

RGB

 RED value IS 17 (7.03% from 255) = 7.52%

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

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

R = 7.52%
G = 23.01%
B = 69.47%

CMYK

 C value IS 0.89

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#11349D (or 0x11349D) is known color: Egyptian Blue. HEX triplet: 11, 34 and 9D. RGB value is (17,52,157). Sum of RGB (Red+Green+Blue) = 17+52+157=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 157 (61.72% from 255 or 69.47% from 226); Max value from RGB is 157 - color contains mainly: blue. Hex color #11349D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11349D is #EECB62. Grayscale: #353535. Windows color (decimal): -15649635 or 10302481. OLE color: 10302481.

HSL color Cylindrical-coordinate representation of color #11349D: hue angle of 225º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11349D is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 17 52 157 -
CMYK 0.89 0.67 0 0.38
HSL 225º 0.8% 0.34% -
HSV(B) 225º 0.89% 0.62% -
XYZ 7.54 5.01 32.47 -
YUV 53.51 186.4 101.96 -
System Red Green Blue C M Y K H S L
Decimal 17 52 157 0.89 0.67 0 0.38 225 0.8 0.34
Hex 11 34 9D 59 43 0 26 E1 50 22
Octal 21 64 235 131 103 0 46 341 120 42
Binary 10001 110100 10011101 1011001 1000011 0 100110 11100001 1010000 100010

Color Harmonies of #11349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11349D

Black with #11349D

Text Example


Text Example

White with #11349D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,52,157); }

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

background-color css

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

 a { background-color: rgb(17,52,157); }

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

border-color css

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

 span { border-color: rgb(17,52,157); }

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