Html Css Color HEX #1319AE Egyptian Blue

📋 copy color: '#1319AE'

red 19 ◦ green 25 ◦ blue 174

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

Shades of Egyptian Blue #1319AE

Tints of Egyptian Blue #1319AE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.47%

 BLUE value IS 174 (68.36% from 255) = 79.82%

R = 8.72%
G = 11.47%
B = 79.82%

CMYK

 C value IS 0.89

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1319AE (or 0x1319AE) is known color: Egyptian Blue. HEX triplet: 13, 19 and AE. RGB value is (19,25,174). Sum of RGB (Red+Green+Blue) = 19+25+174=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 174 (68.36% from 255 or 79.82% from 218); Max value from RGB is 174 - color contains mainly: blue. Hex color #1319AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1319AE is #ECE651. Grayscale: #272727. Windows color (decimal): -15525458 or 11409683. OLE color: 11409683.

HSL color Cylindrical-coordinate representation of color #1319AE: hue angle of 237.68º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1319AE is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 25 174 -
CMYK 0.89 0.86 0 0.32
HSL 237.68º 0.8% 0.38% -
HSV(B) 237.68º 0.89% 0.68% -
XYZ 8.26 3.89 40.36 -
YUV 40.19 203.51 112.88 -
System Red Green Blue C M Y K H S L
Decimal 19 25 174 0.89 0.86 0 0.32 237.68 0.8 0.38
Hex 13 19 AE 59 56 0 20 EE 50 26
Octal 23 31 256 131 126 0 40 356 120 46
Binary 10011 11001 10101110 1011001 1010110 0 100000 11101110 1010000 100110

Color Harmonies of #1319AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1319AE

Black with #1319AE

Text Example


Text Example

White with #1319AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1319AE; }

 p { color: rgb(19,25,174); }

 H1.HeaderClassName
 {
   color: #1319AE;
 }
 .AnyTagClassName
 {
   color: #1319AE;
 }
</style>

background-color css

<style>
 a { background-color: #1319AE; }

 a { background-color: rgb(19,25,174); }

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

border-color css

<style>
 span { border-color: #1319AE; }

 span { border-color: rgb(19,25,174); }

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