Html Css Color HEX #192EAD Egyptian Blue

📋 copy color: '#192EAD'

red 25 ◦ green 46 ◦ blue 173

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

Shades of Egyptian Blue #192EAD

Tints of Egyptian Blue #192EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 70.9%

R = 10.25%
G = 18.85%
B = 70.9%

CMYK

 C value IS 0.86

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#192EAD (or 0x192EAD) is known color: Egyptian Blue. HEX triplet: 19, 2E and AD. RGB value is (25,46,173). Sum of RGB (Red+Green+Blue) = 25+46+173=244 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.25% from 244); Green value is 46 (18.36% from 255 or 18.85% from 244); Blue value is 173 (67.97% from 255 or 70.90% from 244); Max value from RGB is 173 - color contains mainly: blue. Hex color #192EAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192EAD is #E6D152. Grayscale: #353535. Windows color (decimal): -15126867 or 11349529. OLE color: 11349529.

HSL color Cylindrical-coordinate representation of color #192EAD: hue angle of 231.49º 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 #192EAD is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 25 46 173 -
CMYK 0.86 0.73 0 0.32
HSL 231.49º 0.75% 0.39% -
HSV(B) 231.49º 0.86% 0.68% -
XYZ 8.92 5.18 40.06 -
YUV 54.2 195.04 107.17 -
System Red Green Blue C M Y K H S L
Decimal 25 46 173 0.86 0.73 0 0.32 231.49 0.75 0.39
Hex 19 2E AD 56 49 0 20 E7 4B 27
Octal 31 56 255 126 111 0 40 347 113 47
Binary 11001 101110 10101101 1010110 1001001 0 100000 11100111 1001011 100111

Color Harmonies of #192EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192EAD

Black with #192EAD

Text Example


Text Example

White with #192EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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