Html Css Color HEX #193390 Egyptian Blue

📋 copy color: '#193390'

red 25 ◦ green 51 ◦ blue 144

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

Shades of Egyptian Blue #193390

Tints of Egyptian Blue #193390

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.18%

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

R = 11.36%
G = 23.18%
B = 65.45%

CMYK

 C value IS 0.83

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#193390 (or 0x193390) is known color: Egyptian Blue. HEX triplet: 19, 33 and 90. RGB value is (25,51,144). Sum of RGB (Red+Green+Blue) = 25+51+144=220 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.36% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 144 (56.64% from 255 or 65.45% from 220); Max value from RGB is 144 - color contains mainly: blue. Hex color #193390 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193390 is #E6CC6F. Grayscale: #353535. Windows color (decimal): -15125616 or 9450265. OLE color: 9450265.

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

Color convert

RGB 25 51 144 -
CMYK 0.83 0.65 0 0.44
HSL 226.89º 0.7% 0.33% -
HSV(B) 226.89º 0.83% 0.56% -
XYZ 6.62 4.59 26.92 -
YUV 53.83 178.89 107.44 -
System Red Green Blue C M Y K H S L
Decimal 25 51 144 0.83 0.65 0 0.44 226.89 0.7 0.33
Hex 19 33 90 53 41 0 2C E3 46 21
Octal 31 63 220 123 101 0 54 343 106 41
Binary 11001 110011 10010000 1010011 1000001 0 101100 11100011 1000110 100001

Color Harmonies of #193390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193390

Black with #193390

Text Example


Text Example

White with #193390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193390; }

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

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

background-color css

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

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

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

border-color css

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

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

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