Html Css Color HEX #192EAE Egyptian Blue

📋 copy color: '#192EAE'

red 25 ◦ green 46 ◦ blue 174

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

Shades of Egyptian Blue #192EAE

Tints of Egyptian Blue #192EAE

RGB

 RED value IS 25 (10.16% from 255) = 10.2%

 GREEN value IS 46 (18.36% from 255) = 18.78%

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

R = 10.2%
G = 18.78%
B = 71.02%

CMYK

 C value IS 0.86

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#192EAE (or 0x192EAE) is known color: Egyptian Blue. HEX triplet: 19, 2E and AE. RGB value is (25,46,174). Sum of RGB (Red+Green+Blue) = 25+46+174=245 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.20% from 245); Green value is 46 (18.36% from 255 or 18.78% from 245); Blue value is 174 (68.36% from 255 or 71.02% from 245); Max value from RGB is 174 - color contains mainly: blue. Hex color #192EAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192EAE is #E6D151. Grayscale: #353535. Windows color (decimal): -15126866 or 11415065. OLE color: 11415065.

HSL color Cylindrical-coordinate representation of color #192EAE: hue angle of 231.54º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #192EAE is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 25 46 174 -
CMYK 0.86 0.74 0 0.32
HSL 231.54º 0.75% 0.39% -
HSV(B) 231.54º 0.86% 0.68% -
XYZ 9.02 5.22 40.58 -
YUV 54.31 195.54 107.09 -
System Red Green Blue C M Y K H S L
Decimal 25 46 174 0.86 0.74 0 0.32 231.54 0.75 0.39
Hex 19 2E AE 56 4A 0 20 E8 4B 27
Octal 31 56 256 126 112 0 40 350 113 47
Binary 11001 101110 10101110 1010110 1001010 0 100000 11101000 1001011 100111

Color Harmonies of #192EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192EAE

Black with #192EAE

Text Example


Text Example

White with #192EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192EAE; }

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

 H1.HeaderClassName
 {
   color: #192EAE;
 }
 .AnyTagClassName
 {
   color: #192EAE;
 }
</style>

background-color css

<style>
 a { background-color: #192EAE; }

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

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

border-color css

<style>
 span { border-color: #192EAE; }

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

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