Html Css Color HEX #1439AA Egyptian Blue

📋 copy color: '#1439AA'

red 20 ◦ green 57 ◦ blue 170

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

Shades of Egyptian Blue #1439AA

Tints of Egyptian Blue #1439AA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.08%

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

R = 8.1%
G = 23.08%
B = 68.83%

CMYK

 C value IS 0.88

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1439AA (or 0x1439AA) is known color: Egyptian Blue. HEX triplet: 14, 39 and AA. RGB value is (20,57,170). Sum of RGB (Red+Green+Blue) = 20+57+170=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 170 (66.80% from 255 or 68.83% from 247); Max value from RGB is 170 - color contains mainly: blue. Hex color #1439AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1439AA is #EBC655. Grayscale: #3A3A3A. Windows color (decimal): -15451734 or 11155732. OLE color: 11155732.

HSL color Cylindrical-coordinate representation of color #1439AA: hue angle of 225.2º 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 #1439AA is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 57 170 -
CMYK 0.88 0.66 0 0.33
HSL 225.2º 0.79% 0.37% -
HSV(B) 225.2º 0.88% 0.67% -
XYZ 9.01 5.98 38.71 -
YUV 58.82 190.74 100.31 -
System Red Green Blue C M Y K H S L
Decimal 20 57 170 0.88 0.66 0 0.33 225.2 0.79 0.37
Hex 14 39 AA 58 42 0 21 E1 4F 25
Octal 24 71 252 130 102 0 41 341 117 45
Binary 10100 111001 10101010 1011000 1000010 0 100001 11100001 1001111 100101

Color Harmonies of #1439AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1439AA

Black with #1439AA

Text Example


Text Example

White with #1439AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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