Html Css Color HEX #193AAE Egyptian Blue

📋 copy color: '#193AAE'

red 25 ◦ green 58 ◦ blue 174

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

Shades of Egyptian Blue #193AAE

Tints of Egyptian Blue #193AAE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.57%

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

R = 9.73%
G = 22.57%
B = 67.7%

CMYK

 C value IS 0.86

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#193AAE (or 0x193AAE) is known color: Egyptian Blue. HEX triplet: 19, 3A and AE. RGB value is (25,58,174). Sum of RGB (Red+Green+Blue) = 25+58+174=257 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.73% from 257); Green value is 58 (23.05% from 255 or 22.57% from 257); Blue value is 174 (68.36% from 255 or 67.70% from 257); Max value from RGB is 174 - color contains mainly: blue. Hex color #193AAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193AAE is #E6C551. Grayscale: #3C3C3C. Windows color (decimal): -15123794 or 11418137. OLE color: 11418137.

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

Color convert

RGB 25 58 174 -
CMYK 0.86 0.67 0 0.32
HSL 226.71º 0.75% 0.39% -
HSV(B) 226.71º 0.86% 0.68% -
XYZ 9.55 6.29 40.75 -
YUV 61.36 191.57 102.07 -
System Red Green Blue C M Y K H S L
Decimal 25 58 174 0.86 0.67 0 0.32 226.71 0.75 0.39
Hex 19 3A AE 56 43 0 20 E3 4B 27
Octal 31 72 256 126 103 0 40 343 113 47
Binary 11001 111010 10101110 1010110 1000011 0 100000 11100011 1001011 100111

Color Harmonies of #193AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193AAE

Black with #193AAE

Text Example


Text Example

White with #193AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193AAE; }

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

 H1.HeaderClassName
 {
   color: #193AAE;
 }
 .AnyTagClassName
 {
   color: #193AAE;
 }
</style>

background-color css

<style>
 a { background-color: #193AAE; }

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

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

border-color css

<style>
 span { border-color: #193AAE; }

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

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