Html Css Color HEX #1128AB Egyptian Blue

📋 copy color: '#1128AB'

red 17 ◦ green 40 ◦ blue 171

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

Shades of Egyptian Blue #1128AB

Tints of Egyptian Blue #1128AB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.54%

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

R = 7.46%
G = 17.54%
B = 75%

CMYK

 C value IS 0.90

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1128AB (or 0x1128AB) is known color: Egyptian Blue. HEX triplet: 11, 28 and AB. RGB value is (17,40,171). Sum of RGB (Red+Green+Blue) = 17+40+171=228 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.46% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 171 (67.19% from 255 or 75% from 228); Max value from RGB is 171 - color contains mainly: blue. Hex color #1128AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1128AB is #EED754. Grayscale: #2F2F2F. Windows color (decimal): -15652693 or 11216913. OLE color: 11216913.

HSL color Cylindrical-coordinate representation of color #1128AB: hue angle of 231.04º 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 #1128AB is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 40 171 -
CMYK 0.90 0.77 0 0.33
HSL 231.04º 0.82% 0.37% -
HSV(B) 231.04º 0.9% 0.67% -
XYZ 8.34 4.58 38.97 -
YUV 48.06 197.38 105.85 -
System Red Green Blue C M Y K H S L
Decimal 17 40 171 0.90 0.77 0 0.33 231.04 0.82 0.37
Hex 11 28 AB 5A 4D 0 21 E7 52 25
Octal 21 50 253 132 115 0 41 347 122 45
Binary 10001 101000 10101011 1011010 1001101 0 100001 11100111 1010010 100101

Color Harmonies of #1128AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1128AB

Black with #1128AB

Text Example


Text Example

White with #1128AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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