Html Css Color HEX #193295 Egyptian Blue

📋 copy color: '#193295'

red 25 ◦ green 50 ◦ blue 149

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

Shades of Egyptian Blue #193295

Tints of Egyptian Blue #193295

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.32%

 BLUE value IS 149 (58.59% from 255) = 66.52%

R = 11.16%
G = 22.32%
B = 66.52%

CMYK

 C value IS 0.83

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#193295 (or 0x193295) is known color: Egyptian Blue. HEX triplet: 19, 32 and 95. RGB value is (25,50,149). Sum of RGB (Red+Green+Blue) = 25+50+149=224 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.16% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 149 (58.59% from 255 or 66.52% from 224); Max value from RGB is 149 - color contains mainly: blue. Hex color #193295 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193295 is #E6CD6A. Grayscale: #353535. Windows color (decimal): -15125867 or 9777689. OLE color: 9777689.

HSL color Cylindrical-coordinate representation of color #193295: hue angle of 227.9º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #193295 is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 25 50 149 -
CMYK 0.83 0.66 0 0.42
HSL 227.9º 0.71% 0.34% -
HSV(B) 227.9º 0.83% 0.58% -
XYZ 6.97 4.66 28.97 -
YUV 53.81 181.72 107.45 -
System Red Green Blue C M Y K H S L
Decimal 25 50 149 0.83 0.66 0 0.42 227.9 0.71 0.34
Hex 19 32 95 53 42 0 2A E4 47 22
Octal 31 62 225 123 102 0 52 344 107 42
Binary 11001 110010 10010101 1010011 1000010 0 101010 11100100 1000111 100010

Color Harmonies of #193295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193295

Black with #193295

Text Example


Text Example

White with #193295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193295; }

 p { color: rgb(25,50,149); }

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

background-color css

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

 a { background-color: rgb(25,50,149); }

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

border-color css

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

 span { border-color: rgb(25,50,149); }

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