Html Css Color HEX #193891 Egyptian Blue

📋 copy color: '#193891'

red 25 ◦ green 56 ◦ blue 145

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

Shades of Egyptian Blue #193891

Tints of Egyptian Blue #193891

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.78%

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

R = 11.06%
G = 24.78%
B = 64.16%

CMYK

 C value IS 0.83

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#193891 (or 0x193891) is known color: Egyptian Blue. HEX triplet: 19, 38 and 91. RGB value is (25,56,145). Sum of RGB (Red+Green+Blue) = 25+56+145=226 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.06% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 145 (57.03% from 255 or 64.16% from 226); Max value from RGB is 145 - color contains mainly: blue. Hex color #193891 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193891 is #E6C76E. Grayscale: #383838. Windows color (decimal): -15124335 or 9517081. OLE color: 9517081.

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

Color convert

RGB 25 56 145 -
CMYK 0.83 0.61 0 0.43
HSL 224.5º 0.71% 0.33% -
HSV(B) 224.5º 0.83% 0.57% -
XYZ 6.93 5.08 27.4 -
YUV 56.88 177.73 105.26 -
System Red Green Blue C M Y K H S L
Decimal 25 56 145 0.83 0.61 0 0.43 224.5 0.71 0.33
Hex 19 38 91 53 3D 0 2B E0 47 21
Octal 31 70 221 123 75 0 53 340 107 41
Binary 11001 111000 10010001 1010011 111101 0 101011 11100000 1000111 100001

Color Harmonies of #193891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193891

Black with #193891

Text Example


Text Example

White with #193891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193891; }

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

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

background-color css

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

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

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

border-color css

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

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

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