Html Css Color HEX #193792 Egyptian Blue

📋 copy color: '#193792'

red 25 ◦ green 55 ◦ blue 146

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

Shades of Egyptian Blue #193792

Tints of Egyptian Blue #193792

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.34%

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

R = 11.06%
G = 24.34%
B = 64.6%

CMYK

 C value IS 0.83

 M value IS 0.62

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#193792 (or 0x193792) is known color: Egyptian Blue. HEX triplet: 19, 37 and 92. RGB value is (25,55,146). Sum of RGB (Red+Green+Blue) = 25+55+146=226 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.06% from 226); Green value is 55 (21.88% from 255 or 24.34% from 226); Blue value is 146 (57.42% from 255 or 64.60% from 226); Max value from RGB is 146 - color contains mainly: blue. Hex color #193792 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193792 is #E6C86D. Grayscale: #383838. Windows color (decimal): -15124590 or 9582361. OLE color: 9582361.

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

Color convert

RGB 25 55 146 -
CMYK 0.83 0.62 0 0.43
HSL 225.12º 0.71% 0.34% -
HSV(B) 225.12º 0.83% 0.57% -
XYZ 6.96 5.01 27.8 -
YUV 56.4 178.56 105.6 -
System Red Green Blue C M Y K H S L
Decimal 25 55 146 0.83 0.62 0 0.43 225.12 0.71 0.34
Hex 19 37 92 53 3E 0 2B E1 47 22
Octal 31 67 222 123 76 0 53 341 107 42
Binary 11001 110111 10010010 1010011 111110 0 101011 11100001 1000111 100010

Color Harmonies of #193792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193792

Black with #193792

Text Example


Text Example

White with #193792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193792; }

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

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

background-color css

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

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

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

border-color css

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

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

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