Html Css Color HEX #1439AC Egyptian Blue

📋 copy color: '#1439AC'

red 20 ◦ green 57 ◦ blue 172

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

Shades of Egyptian Blue #1439AC

Tints of Egyptian Blue #1439AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 69.08%

R = 8.03%
G = 22.89%
B = 69.08%

CMYK

 C value IS 0.88

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1439AC (or 0x1439AC) is known color: Egyptian Blue. HEX triplet: 14, 39 and AC. RGB value is (20,57,172). Sum of RGB (Red+Green+Blue) = 20+57+172=249 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.03% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 172 (67.58% from 255 or 69.08% from 249); Max value from RGB is 172 - color contains mainly: blue. Hex color #1439AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1439AC is #EBC653. Grayscale: #3A3A3A. Windows color (decimal): -15451732 or 11286804. OLE color: 11286804.

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

Color convert

RGB 20 57 172 -
CMYK 0.88 0.67 0 0.33
HSL 225.39º 0.79% 0.38% -
HSV(B) 225.39º 0.88% 0.67% -
XYZ 9.2 6.05 39.71 -
YUV 59.05 191.74 100.15 -
System Red Green Blue C M Y K H S L
Decimal 20 57 172 0.88 0.67 0 0.33 225.39 0.79 0.38
Hex 14 39 AC 58 43 0 21 E1 4F 26
Octal 24 71 254 130 103 0 41 341 117 46
Binary 10100 111001 10101100 1011000 1000011 0 100001 11100001 1001111 100110

Color Harmonies of #1439AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1439AC

Black with #1439AC

Text Example


Text Example

White with #1439AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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