Html Css Color HEX #1444AA Egyptian Blue

📋 copy color: '#1444AA'

red 20 ◦ green 68 ◦ blue 170

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

Shades of Egyptian Blue #1444AA

Tints of Egyptian Blue #1444AA

RGB

 RED value IS 20 (8.2% from 255) = 7.75%

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

 BLUE value IS 170 (66.8% from 255) = 65.89%

R = 7.75%
G = 26.36%
B = 65.89%

CMYK

 C value IS 0.88

 M value IS 0.6

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1444AA (or 0x1444AA) is known color: Egyptian Blue. HEX triplet: 14, 44 and AA. RGB value is (20,68,170). Sum of RGB (Red+Green+Blue) = 20+68+170=258 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.75% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 170 (66.80% from 255 or 65.89% from 258); Max value from RGB is 170 - color contains mainly: blue. Hex color #1444AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1444AA is #EBBB55. Grayscale: #404040. Windows color (decimal): -15448918 or 11158548. OLE color: 11158548.

HSL color Cylindrical-coordinate representation of color #1444AA: hue angle of 220.8º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1444AA is Cyan = 0.88, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 68 170 -
CMYK 0.88 0.6 0 0.33
HSL 220.8º 0.79% 0.37% -
HSV(B) 220.8º 0.88% 0.67% -
XYZ 9.61 7.19 38.91 -
YUV 65.28 187.1 95.71 -
System Red Green Blue C M Y K H S L
Decimal 20 68 170 0.88 0.6 0 0.33 220.8 0.79 0.37
Hex 14 44 AA 58 3C 0 21 DD 4F 25
Octal 24 104 252 130 74 0 41 335 117 45
Binary 10100 1000100 10101010 1011000 111100 0 100001 11011101 1001111 100101

Color Harmonies of #1444AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1444AA

Black with #1444AA

Text Example


Text Example

White with #1444AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1444AA; }

 p { color: rgb(20,68,170); }

 H1.HeaderClassName
 {
   color: #1444AA;
 }
 .AnyTagClassName
 {
   color: #1444AA;
 }
</style>

background-color css

<style>
 a { background-color: #1444AA; }

 a { background-color: rgb(20,68,170); }

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

border-color css

<style>
 span { border-color: #1444AA; }

 span { border-color: rgb(20,68,170); }

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