Html Css Color HEX #193496 Egyptian Blue

📋 copy color: '#193496'

red 25 ◦ green 52 ◦ blue 150

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

Shades of Egyptian Blue #193496

Tints of Egyptian Blue #193496

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.91%

 BLUE value IS 150 (58.98% from 255) = 66.08%

R = 11.01%
G = 22.91%
B = 66.08%

CMYK

 C value IS 0.83

 M value IS 0.65

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#193496 (or 0x193496) is known color: Egyptian Blue. HEX triplet: 19, 34 and 96. RGB value is (25,52,150). Sum of RGB (Red+Green+Blue) = 25+52+150=227 (30% of max value = 765). Red value is 25 (10.16% from 255 or 11.01% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 150 (58.98% from 255 or 66.08% from 227); Max value from RGB is 150 - color contains mainly: blue. Hex color #193496 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193496 is #E6CB69. Grayscale: #363636. Windows color (decimal): -15125354 or 9843737. OLE color: 9843737.

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

Color convert

RGB 25 52 150 -
CMYK 0.83 0.65 0 0.41
HSL 227.04º 0.71% 0.34% -
HSV(B) 227.04º 0.83% 0.59% -
XYZ 7.13 4.86 29.42 -
YUV 55.1 181.55 106.53 -
System Red Green Blue C M Y K H S L
Decimal 25 52 150 0.83 0.65 0 0.41 227.04 0.71 0.34
Hex 19 34 96 53 41 0 29 E3 47 22
Octal 31 64 226 123 101 0 51 343 107 42
Binary 11001 110100 10010110 1010011 1000001 0 101001 11100011 1000111 100010

Color Harmonies of #193496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193496

Black with #193496

Text Example


Text Example

White with #193496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193496; }

 p { color: rgb(25,52,150); }

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

background-color css

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

 a { background-color: rgb(25,52,150); }

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

border-color css

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

 span { border-color: rgb(25,52,150); }

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