Html Css Color HEX #193A91 Egyptian Blue

📋 copy color: '#193A91'

red 25 ◦ green 58 ◦ blue 145

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

Shades of Egyptian Blue #193A91

Tints of Egyptian Blue #193A91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 63.6%

R = 10.96%
G = 25.44%
B = 63.6%

CMYK

 C value IS 0.83

 M value IS 0.6

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#193A91 (or 0x193A91) is known color: Egyptian Blue. HEX triplet: 19, 3A and 91. RGB value is (25,58,145). Sum of RGB (Red+Green+Blue) = 25+58+145=228 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.96% from 228); Green value is 58 (23.05% from 255 or 25.44% from 228); Blue value is 145 (57.03% from 255 or 63.60% from 228); Max value from RGB is 145 - color contains mainly: blue. Hex color #193A91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193A91 is #E6C56E. Grayscale: #393939. Windows color (decimal): -15123823 or 9517593. OLE color: 9517593.

HSL color Cylindrical-coordinate representation of color #193A91: hue angle of 223.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #193A91 is Cyan = 0.83, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 25 58 145 -
CMYK 0.83 0.6 0 0.43
HSL 223.5º 0.71% 0.33% -
HSV(B) 223.5º 0.83% 0.57% -
XYZ 7.02 5.28 27.44 -
YUV 58.05 177.07 104.43 -
System Red Green Blue C M Y K H S L
Decimal 25 58 145 0.83 0.6 0 0.43 223.5 0.71 0.33
Hex 19 3A 91 53 3C 0 2B E0 47 21
Octal 31 72 221 123 74 0 53 340 107 41
Binary 11001 111010 10010001 1010011 111100 0 101011 11100000 1000111 100001

Color Harmonies of #193A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193A91

Black with #193A91

Text Example


Text Example

White with #193A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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