Html Css Color HEX #193188 Egyptian Blue

📋 copy color: '#193188'

red 25 ◦ green 49 ◦ blue 136

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

Shades of Egyptian Blue #193188

Tints of Egyptian Blue #193188

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.33%

 BLUE value IS 136 (53.52% from 255) = 64.76%

R = 11.9%
G = 23.33%
B = 64.76%

CMYK

 C value IS 0.82

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#193188 (or 0x193188) is known color: Egyptian Blue. HEX triplet: 19, 31 and 88. RGB value is (25,49,136). Sum of RGB (Red+Green+Blue) = 25+49+136=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 136 (53.52% from 255 or 64.76% from 210); Max value from RGB is 136 - color contains mainly: blue. Hex color #193188 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193188 is #E6CE77. Grayscale: #333333. Windows color (decimal): -15126136 or 8925465. OLE color: 8925465.

HSL color Cylindrical-coordinate representation of color #193188: hue angle of 227.03º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #193188 is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 25 49 136 -
CMYK 0.82 0.64 0 0.47
HSL 227.03º 0.69% 0.32% -
HSV(B) 227.03º 0.82% 0.53% -
XYZ 5.94 4.18 23.79 -
YUV 51.74 175.55 108.93 -
System Red Green Blue C M Y K H S L
Decimal 25 49 136 0.82 0.64 0 0.47 227.03 0.69 0.32
Hex 19 31 88 52 40 0 2F E3 45 20
Octal 31 61 210 122 100 0 57 343 105 40
Binary 11001 110001 10001000 1010010 1000000 0 101111 11100011 1000101 100000

Color Harmonies of #193188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193188

Black with #193188

Text Example


Text Example

White with #193188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193188; }

 p { color: rgb(25,49,136); }

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

background-color css

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

 a { background-color: rgb(25,49,136); }

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

border-color css

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

 span { border-color: rgb(25,49,136); }

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