Html Css Color HEX #11209B Egyptian Blue

📋 copy color: '#11209B'

red 17 ◦ green 32 ◦ blue 155

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

Shades of Egyptian Blue #11209B

Tints of Egyptian Blue #11209B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.69%

 BLUE value IS 155 (60.94% from 255) = 75.98%

R = 8.33%
G = 15.69%
B = 75.98%

CMYK

 C value IS 0.89

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#11209B (or 0x11209B) is known color: Egyptian Blue. HEX triplet: 11, 20 and 9B. RGB value is (17,32,155). Sum of RGB (Red+Green+Blue) = 17+32+155=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 155 (60.94% from 255 or 75.98% from 204); Max value from RGB is 155 - color contains mainly: blue. Hex color #11209B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11209B is #EEDF64. Grayscale: #292929. Windows color (decimal): -15654757 or 10166289. OLE color: 10166289.

HSL color Cylindrical-coordinate representation of color #11209B: hue angle of 233.48º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11209B is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 17 32 155 -
CMYK 0.89 0.79 0 0.39
HSL 233.48º 0.8% 0.34% -
HSV(B) 233.48º 0.89% 0.61% -
XYZ 6.66 3.52 31.34 -
YUV 41.54 192.03 110.5 -
System Red Green Blue C M Y K H S L
Decimal 17 32 155 0.89 0.79 0 0.39 233.48 0.8 0.34
Hex 11 20 9B 59 4F 0 27 E9 50 22
Octal 21 40 233 131 117 0 47 351 120 42
Binary 10001 100000 10011011 1011001 1001111 0 100111 11101001 1010000 100010

Color Harmonies of #11209B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11209B

Black with #11209B

Text Example


Text Example

White with #11209B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11209B; }

 p { color: rgb(17,32,155); }

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

background-color css

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

 a { background-color: rgb(17,32,155); }

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

border-color css

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

 span { border-color: rgb(17,32,155); }

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