Html Css Color HEX #1319AC Egyptian Blue

📋 copy color: '#1319AC'

red 19 ◦ green 25 ◦ blue 172

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

Shades of Egyptian Blue #1319AC

Tints of Egyptian Blue #1319AC

RGB

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

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

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

R = 8.8%
G = 11.57%
B = 79.63%

CMYK

 C value IS 0.89

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1319AC (or 0x1319AC) is known color: Egyptian Blue. HEX triplet: 13, 19 and AC. RGB value is (19,25,172). Sum of RGB (Red+Green+Blue) = 19+25+172=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 172 (67.58% from 255 or 79.63% from 216); Max value from RGB is 172 - color contains mainly: blue. Hex color #1319AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1319AC is #ECE653. Grayscale: #272727. Windows color (decimal): -15525460 or 11278611. OLE color: 11278611.

HSL color Cylindrical-coordinate representation of color #1319AC: hue angle of 237.65º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1319AC is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 25 172 -
CMYK 0.89 0.85 0 0.33
HSL 237.65º 0.8% 0.37% -
HSV(B) 237.65º 0.89% 0.67% -
XYZ 8.06 3.81 39.34 -
YUV 39.96 202.51 113.05 -
System Red Green Blue C M Y K H S L
Decimal 19 25 172 0.89 0.85 0 0.33 237.65 0.8 0.37
Hex 13 19 AC 59 55 0 21 EE 50 25
Octal 23 31 254 131 125 0 41 356 120 45
Binary 10011 11001 10101100 1011001 1010101 0 100001 11101110 1010000 100101

Color Harmonies of #1319AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1319AC

Black with #1319AC

Text Example


Text Example

White with #1319AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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