Html Css Color HEX #1144A4 Egyptian Blue

📋 copy color: '#1144A4'

red 17 ◦ green 68 ◦ blue 164

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

Shades of Egyptian Blue #1144A4

Tints of Egyptian Blue #1144A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 65.86%

R = 6.83%
G = 27.31%
B = 65.86%

CMYK

 C value IS 0.90

 M value IS 0.59

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1144A4 (or 0x1144A4) is known color: Egyptian Blue. HEX triplet: 11, 44 and A4. RGB value is (17,68,164). Sum of RGB (Red+Green+Blue) = 17+68+164=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 164 (64.45% from 255 or 65.86% from 249); Max value from RGB is 164 - color contains mainly: blue. Hex color #1144A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1144A4 is #EEBB5B. Grayscale: #3F3F3F. Windows color (decimal): -15645532 or 10765329. OLE color: 10765329.

HSL color Cylindrical-coordinate representation of color #1144A4: hue angle of 219.18º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1144A4 is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 17 68 164 -
CMYK 0.90 0.59 0 0.36
HSL 219.18º 0.81% 0.35% -
HSV(B) 219.18º 0.9% 0.64% -
XYZ 9 6.93 35.99 -
YUV 63.7 184.6 94.69 -
System Red Green Blue C M Y K H S L
Decimal 17 68 164 0.90 0.59 0 0.36 219.18 0.81 0.35
Hex 11 44 A4 5A 3B 0 24 DB 51 23
Octal 21 104 244 132 73 0 44 333 121 43
Binary 10001 1000100 10100100 1011010 111011 0 100100 11011011 1010001 100011

Color Harmonies of #1144A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1144A4

Black with #1144A4

Text Example


Text Example

White with #1144A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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