Html Css Color HEX #1339A4 Egyptian Blue

📋 copy color: '#1339A4'

red 19 ◦ green 57 ◦ blue 164

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

Shades of Egyptian Blue #1339A4

Tints of Egyptian Blue #1339A4

RGB

 RED value IS 19 (7.81% from 255) = 7.92%

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

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

R = 7.92%
G = 23.75%
B = 68.33%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1339A4 (or 0x1339A4) is known color: Egyptian Blue. HEX triplet: 13, 39 and A4. RGB value is (19,57,164). Sum of RGB (Red+Green+Blue) = 19+57+164=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 164 (64.45% from 255 or 68.33% from 240); Max value from RGB is 164 - color contains mainly: blue. Hex color #1339A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1339A4 is #ECC65B. Grayscale: #393939. Windows color (decimal): -15517276 or 10762515. OLE color: 10762515.

HSL color Cylindrical-coordinate representation of color #1339A4: hue angle of 224.28º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1339A4 is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 19 57 164 -
CMYK 0.88 0.65 0 0.36
HSL 224.28º 0.79% 0.36% -
HSV(B) 224.28º 0.88% 0.64% -
XYZ 8.43 5.75 35.79 -
YUV 57.84 187.91 100.3 -
System Red Green Blue C M Y K H S L
Decimal 19 57 164 0.88 0.65 0 0.36 224.28 0.79 0.36
Hex 13 39 A4 58 41 0 24 E0 4F 24
Octal 23 71 244 130 101 0 44 340 117 44
Binary 10011 111001 10100100 1011000 1000001 0 100100 11100000 1001111 100100

Color Harmonies of #1339A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1339A4

Black with #1339A4

Text Example


Text Example

White with #1339A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,57,164); }

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

background-color css

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

 a { background-color: rgb(19,57,164); }

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

border-color css

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

 span { border-color: rgb(19,57,164); }

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