Html Css Color HEX #193AA0 Egyptian Blue

📋 copy color: '#193AA0'

red 25 ◦ green 58 ◦ blue 160

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

Shades of Egyptian Blue #193AA0

Tints of Egyptian Blue #193AA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 65.84%

R = 10.29%
G = 23.87%
B = 65.84%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#193AA0 (or 0x193AA0) is known color: Egyptian Blue. HEX triplet: 19, 3A and A0. RGB value is (25,58,160). Sum of RGB (Red+Green+Blue) = 25+58+160=243 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.29% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 160 (62.89% from 255 or 65.84% from 243); Max value from RGB is 160 - color contains mainly: blue. Hex color #193AA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193AA0 is #E6C55F. Grayscale: #3B3B3B. Windows color (decimal): -15123808 or 10500633. OLE color: 10500633.

HSL color Cylindrical-coordinate representation of color #193AA0: hue angle of 225.33º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #193AA0 is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 25 58 160 -
CMYK 0.84 0.64 0 0.37
HSL 225.33º 0.73% 0.36% -
HSV(B) 225.33º 0.84% 0.63% -
XYZ 8.26 5.77 33.94 -
YUV 59.76 184.57 103.21 -
System Red Green Blue C M Y K H S L
Decimal 25 58 160 0.84 0.64 0 0.37 225.33 0.73 0.36
Hex 19 3A A0 54 40 0 25 E1 49 24
Octal 31 72 240 124 100 0 45 341 111 44
Binary 11001 111010 10100000 1010100 1000000 0 100101 11100001 1001001 100100

Color Harmonies of #193AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193AA0

Black with #193AA0

Text Example


Text Example

White with #193AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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