Html Css Color HEX #1619AE Egyptian Blue

📋 copy color: '#1619AE'

red 22 ◦ green 25 ◦ blue 174

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

Shades of Egyptian Blue #1619AE

Tints of Egyptian Blue #1619AE

RGB

 RED value IS 22 (8.98% from 255) = 9.95%

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

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

R = 9.95%
G = 11.31%
B = 78.73%

CMYK

 C value IS 0.87

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1619AE (or 0x1619AE) is known color: Egyptian Blue. HEX triplet: 16, 19 and AE. RGB value is (22,25,174). Sum of RGB (Red+Green+Blue) = 22+25+174=221 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.95% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 174 (68.36% from 255 or 78.73% from 221); Max value from RGB is 174 - color contains mainly: blue. Hex color #1619AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1619AE is #E9E651. Grayscale: #282828. Windows color (decimal): -15328850 or 11409686. OLE color: 11409686.

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

Color convert

RGB 22 25 174 -
CMYK 0.87 0.86 0 0.32
HSL 238.82º 0.78% 0.38% -
HSV(B) 238.82º 0.87% 0.68% -
XYZ 8.32 3.92 40.36 -
YUV 41.09 203.01 114.38 -
System Red Green Blue C M Y K H S L
Decimal 22 25 174 0.87 0.86 0 0.32 238.82 0.78 0.38
Hex 16 19 AE 57 56 0 20 EF 4E 26
Octal 26 31 256 127 126 0 40 357 116 46
Binary 10110 11001 10101110 1010111 1010110 0 100000 11101111 1001110 100110

Color Harmonies of #1619AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1619AE

Black with #1619AE

Text Example


Text Example

White with #1619AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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