Html Css Color HEX #1439AD Egyptian Blue

📋 copy color: '#1439AD'

red 20 ◦ green 57 ◦ blue 173

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

Shades of Egyptian Blue #1439AD

Tints of Egyptian Blue #1439AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 69.2%

R = 8%
G = 22.8%
B = 69.2%

CMYK

 C value IS 0.88

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1439AD (or 0x1439AD) is known color: Egyptian Blue. HEX triplet: 14, 39 and AD. RGB value is (20,57,173). Sum of RGB (Red+Green+Blue) = 20+57+173=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 173 (67.97% from 255 or 69.2% from 250); Max value from RGB is 173 - color contains mainly: blue. Hex color #1439AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1439AD is #EBC652. Grayscale: #3A3A3A. Windows color (decimal): -15451731 or 11352340. OLE color: 11352340.

HSL color Cylindrical-coordinate representation of color #1439AD: hue angle of 225.49º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1439AD is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 57 173 -
CMYK 0.88 0.67 0 0.32
HSL 225.49º 0.79% 0.38% -
HSV(B) 225.49º 0.88% 0.68% -
XYZ 9.29 6.09 40.22 -
YUV 59.16 192.24 100.07 -
System Red Green Blue C M Y K H S L
Decimal 20 57 173 0.88 0.67 0 0.32 225.49 0.79 0.38
Hex 14 39 AD 58 43 0 20 E1 4F 26
Octal 24 71 255 130 103 0 40 341 117 46
Binary 10100 111001 10101101 1011000 1000011 0 100000 11100001 1001111 100110

Color Harmonies of #1439AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1439AD

Black with #1439AD

Text Example


Text Example

White with #1439AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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