Html Css Color HEX #193890 Egyptian Blue

📋 copy color: '#193890'

red 25 ◦ green 56 ◦ blue 144

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

Shades of Egyptian Blue #193890

Tints of Egyptian Blue #193890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 64%

R = 11.11%
G = 24.89%
B = 64%

CMYK

 C value IS 0.83

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#193890 (or 0x193890) is known color: Egyptian Blue. HEX triplet: 19, 38 and 90. RGB value is (25,56,144). Sum of RGB (Red+Green+Blue) = 25+56+144=225 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.11% from 225); Green value is 56 (22.27% from 255 or 24.89% from 225); Blue value is 144 (56.64% from 255 or 64% from 225); Max value from RGB is 144 - color contains mainly: blue. Hex color #193890 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193890 is #E6C76F. Grayscale: #383838. Windows color (decimal): -15124336 or 9451545. OLE color: 9451545.

HSL color Cylindrical-coordinate representation of color #193890: hue angle of 224.37º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #193890 is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 56 144 -
CMYK 0.83 0.61 0 0.44
HSL 224.37º 0.7% 0.33% -
HSV(B) 224.37º 0.83% 0.56% -
XYZ 6.85 5.05 27 -
YUV 56.76 177.23 105.34 -
System Red Green Blue C M Y K H S L
Decimal 25 56 144 0.83 0.61 0 0.44 224.37 0.7 0.33
Hex 19 38 90 53 3D 0 2C E0 46 21
Octal 31 70 220 123 75 0 54 340 106 41
Binary 11001 111000 10010000 1010011 111101 0 101100 11100000 1000110 100001

Color Harmonies of #193890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193890

Black with #193890

Text Example


Text Example

White with #193890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193890; }

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

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

background-color css

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

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

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

border-color css

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

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

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