Html Css Color HEX #11309D Egyptian Blue

📋 copy color: '#11309D'

red 17 ◦ green 48 ◦ blue 157

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

Shades of Egyptian Blue #11309D

Tints of Egyptian Blue #11309D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.62%

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

R = 7.66%
G = 21.62%
B = 70.72%

CMYK

 C value IS 0.89

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#11309D (or 0x11309D) is known color: Egyptian Blue. HEX triplet: 11, 30 and 9D. RGB value is (17,48,157). Sum of RGB (Red+Green+Blue) = 17+48+157=222 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.66% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 157 (61.72% from 255 or 70.72% from 222); Max value from RGB is 157 - color contains mainly: blue. Hex color #11309D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11309D is #EECF62. Grayscale: #323232. Windows color (decimal): -15650659 or 10301457. OLE color: 10301457.

HSL color Cylindrical-coordinate representation of color #11309D: hue angle of 226.71º 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 #11309D is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 17 48 157 -
CMYK 0.89 0.69 0 0.38
HSL 226.71º 0.8% 0.34% -
HSV(B) 226.71º 0.89% 0.62% -
XYZ 7.37 4.67 32.41 -
YUV 51.16 187.73 103.64 -
System Red Green Blue C M Y K H S L
Decimal 17 48 157 0.89 0.69 0 0.38 226.71 0.8 0.34
Hex 11 30 9D 59 45 0 26 E3 50 22
Octal 21 60 235 131 105 0 46 343 120 42
Binary 10001 110000 10011101 1011001 1000101 0 100110 11100011 1010000 100010

Color Harmonies of #11309D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11309D

Black with #11309D

Text Example


Text Example

White with #11309D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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