Html Css Color HEX #1131AB Egyptian Blue

📋 copy color: '#1131AB'

red 17 ◦ green 49 ◦ blue 171

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

Shades of Egyptian Blue #1131AB

Tints of Egyptian Blue #1131AB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.68%

 BLUE value IS 171 (67.19% from 255) = 72.15%

R = 7.17%
G = 20.68%
B = 72.15%

CMYK

 C value IS 0.90

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1131AB (or 0x1131AB) is known color: Egyptian Blue. HEX triplet: 11, 31 and AB. RGB value is (17,49,171). Sum of RGB (Red+Green+Blue) = 17+49+171=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 171 (67.19% from 255 or 72.15% from 237); Max value from RGB is 171 - color contains mainly: blue. Hex color #1131AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1131AB is #EECE54. Grayscale: #343434. Windows color (decimal): -15650389 or 11219217. OLE color: 11219217.

HSL color Cylindrical-coordinate representation of color #1131AB: hue angle of 227.53º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1131AB is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 49 171 -
CMYK 0.90 0.71 0 0.33
HSL 227.53º 0.82% 0.37% -
HSV(B) 227.53º 0.9% 0.67% -
XYZ 8.68 5.26 39.09 -
YUV 53.34 194.4 102.08 -
System Red Green Blue C M Y K H S L
Decimal 17 49 171 0.90 0.71 0 0.33 227.53 0.82 0.37
Hex 11 31 AB 5A 47 0 21 E4 52 25
Octal 21 61 253 132 107 0 41 344 122 45
Binary 10001 110001 10101011 1011010 1000111 0 100001 11100100 1010010 100101

Color Harmonies of #1131AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1131AB

Black with #1131AB

Text Example


Text Example

White with #1131AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1131AB; }

 p { color: rgb(17,49,171); }

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

background-color css

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

 a { background-color: rgb(17,49,171); }

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

border-color css

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

 span { border-color: rgb(17,49,171); }

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