Html Css Color HEX #193990 Egyptian Blue

📋 copy color: '#193990'

red 25 ◦ green 57 ◦ blue 144

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

Shades of Egyptian Blue #193990

Tints of Egyptian Blue #193990

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.22%

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

R = 11.06%
G = 25.22%
B = 63.72%

CMYK

 C value IS 0.83

 M value IS 0.60

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#193990 (or 0x193990) is known color: Egyptian Blue. HEX triplet: 19, 39 and 90. RGB value is (25,57,144). Sum of RGB (Red+Green+Blue) = 25+57+144=226 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.06% from 226); Green value is 57 (22.66% from 255 or 25.22% from 226); Blue value is 144 (56.64% from 255 or 63.72% from 226); Max value from RGB is 144 - color contains mainly: blue. Hex color #193990 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193990 is #E6C66F. Grayscale: #383838. Windows color (decimal): -15124080 or 9451801. OLE color: 9451801.

HSL color Cylindrical-coordinate representation of color #193990: hue angle of 223.87º 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 #193990 is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 57 144 -
CMYK 0.83 0.60 0 0.44
HSL 223.87º 0.7% 0.33% -
HSV(B) 223.87º 0.83% 0.56% -
XYZ 6.9 5.15 27.02 -
YUV 57.35 176.9 104.93 -
System Red Green Blue C M Y K H S L
Decimal 25 57 144 0.83 0.60 0 0.44 223.87 0.7 0.33
Hex 19 39 90 53 3C 0 2C E0 46 21
Octal 31 71 220 123 74 0 54 340 106 41
Binary 11001 111001 10010000 1010011 111100 0 101100 11100000 1000110 100001

Color Harmonies of #193990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193990

Black with #193990

Text Example


Text Example

White with #193990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193990; }

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

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

background-color css

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

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

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

border-color css

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

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

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