Html Css Color HEX #1144AB Egyptian Blue

📋 copy color: '#1144AB'

red 17 ◦ green 68 ◦ blue 171

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

Shades of Egyptian Blue #1144AB

Tints of Egyptian Blue #1144AB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.56%

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

R = 6.64%
G = 26.56%
B = 66.8%

CMYK

 C value IS 0.90

 M value IS 0.60

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1144AB (or 0x1144AB) is known color: Egyptian Blue. HEX triplet: 11, 44 and AB. RGB value is (17,68,171). Sum of RGB (Red+Green+Blue) = 17+68+171=256 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.64% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 171 (67.19% from 255 or 66.80% from 256); Max value from RGB is 171 - color contains mainly: blue. Hex color #1144AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1144AB is #EEBB54. Grayscale: #404040. Windows color (decimal): -15645525 or 11224081. OLE color: 11224081.

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

Color convert

RGB 17 68 171 -
CMYK 0.90 0.60 0 0.33
HSL 220.13º 0.82% 0.37% -
HSV(B) 220.13º 0.9% 0.67% -
XYZ 9.65 7.19 39.41 -
YUV 64.49 188.1 94.12 -
System Red Green Blue C M Y K H S L
Decimal 17 68 171 0.90 0.60 0 0.33 220.13 0.82 0.37
Hex 11 44 AB 5A 3C 0 21 DC 52 25
Octal 21 104 253 132 74 0 41 334 122 45
Binary 10001 1000100 10101011 1011010 111100 0 100001 11011100 1010010 100101

Color Harmonies of #1144AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1144AB

Black with #1144AB

Text Example


Text Example

White with #1144AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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