Html Css Color HEX #193091 Egyptian Blue

📋 copy color: '#193091'

red 25 ◦ green 48 ◦ blue 145

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

Shades of Egyptian Blue #193091

Tints of Egyptian Blue #193091

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.02%

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

R = 11.47%
G = 22.02%
B = 66.51%

CMYK

 C value IS 0.83

 M value IS 0.67

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#193091 (or 0x193091) is known color: Egyptian Blue. HEX triplet: 19, 30 and 91. RGB value is (25,48,145). Sum of RGB (Red+Green+Blue) = 25+48+145=218 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.47% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 145 (57.03% from 255 or 66.51% from 218); Max value from RGB is 145 - color contains mainly: blue. Hex color #193091 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193091 is #E6CF6E. Grayscale: #333333. Windows color (decimal): -15126383 or 9515033. OLE color: 9515033.

HSL color Cylindrical-coordinate representation of color #193091: hue angle of 228.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 #193091 is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 25 48 145 -
CMYK 0.83 0.67 0 0.43
HSL 228.5º 0.71% 0.33% -
HSV(B) 228.5º 0.83% 0.57% -
XYZ 6.57 4.36 27.28 -
YUV 52.18 180.38 108.61 -
System Red Green Blue C M Y K H S L
Decimal 25 48 145 0.83 0.67 0 0.43 228.5 0.71 0.33
Hex 19 30 91 53 43 0 2B E4 47 21
Octal 31 60 221 123 103 0 53 344 107 41
Binary 11001 110000 10010001 1010011 1000011 0 101011 11100100 1000111 100001

Color Harmonies of #193091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193091

Black with #193091

Text Example


Text Example

White with #193091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193091; }

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

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

background-color css

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

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

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

border-color css

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

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

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