Html Css Color HEX #1133AB Egyptian Blue

📋 copy color: '#1133AB'

red 17 ◦ green 51 ◦ blue 171

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

Shades of Egyptian Blue #1133AB

Tints of Egyptian Blue #1133AB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.34%

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

R = 7.11%
G = 21.34%
B = 71.55%

CMYK

 C value IS 0.90

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1133AB (or 0x1133AB) is known color: Egyptian Blue. HEX triplet: 11, 33 and AB. RGB value is (17,51,171). Sum of RGB (Red+Green+Blue) = 17+51+171=239 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.11% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 171 (67.19% from 255 or 71.55% from 239); Max value from RGB is 171 - color contains mainly: blue. Hex color #1133AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1133AB is #EECC54. Grayscale: #363636. Windows color (decimal): -15649877 or 11219729. OLE color: 11219729.

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

Color convert

RGB 17 51 171 -
CMYK 0.90 0.70 0 0.33
HSL 226.75º 0.82% 0.37% -
HSV(B) 226.75º 0.9% 0.67% -
XYZ 8.77 5.43 39.11 -
YUV 54.51 193.74 101.24 -
System Red Green Blue C M Y K H S L
Decimal 17 51 171 0.90 0.70 0 0.33 226.75 0.82 0.37
Hex 11 33 AB 5A 46 0 21 E3 52 25
Octal 21 63 253 132 106 0 41 343 122 45
Binary 10001 110011 10101011 1011010 1000110 0 100001 11100011 1010010 100101

Color Harmonies of #1133AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1133AB

Black with #1133AB

Text Example


Text Example

White with #1133AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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