Html Css Color HEX #193392 Egyptian Blue

📋 copy color: '#193392'

red 25 ◦ green 51 ◦ blue 146

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

Shades of Egyptian Blue #193392

Tints of Egyptian Blue #193392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 65.77%

R = 11.26%
G = 22.97%
B = 65.77%

CMYK

 C value IS 0.83

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#193392 (or 0x193392) is known color: Egyptian Blue. HEX triplet: 19, 33 and 92. RGB value is (25,51,146). Sum of RGB (Red+Green+Blue) = 25+51+146=222 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.26% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 146 (57.42% from 255 or 65.77% from 222); Max value from RGB is 146 - color contains mainly: blue. Hex color #193392 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193392 is #E6CC6D. Grayscale: #353535. Windows color (decimal): -15125614 or 9581337. OLE color: 9581337.

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

Color convert

RGB 25 51 146 -
CMYK 0.83 0.65 0 0.43
HSL 227.11º 0.71% 0.34% -
HSV(B) 227.11º 0.83% 0.57% -
XYZ 6.77 4.65 27.73 -
YUV 54.06 179.89 107.28 -
System Red Green Blue C M Y K H S L
Decimal 25 51 146 0.83 0.65 0 0.43 227.11 0.71 0.34
Hex 19 33 92 53 41 0 2B E3 47 22
Octal 31 63 222 123 101 0 53 343 107 42
Binary 11001 110011 10010010 1010011 1000001 0 101011 11100011 1000111 100010

Color Harmonies of #193392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193392

Black with #193392

Text Example


Text Example

White with #193392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193392; }

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

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

background-color css

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

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

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

border-color css

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

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

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