Html Css Color HEX #19328A Egyptian Blue

📋 copy color: '#19328A'

red 25 ◦ green 50 ◦ blue 138

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

Shades of Egyptian Blue #19328A

Tints of Egyptian Blue #19328A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 64.79%

R = 11.74%
G = 23.47%
B = 64.79%

CMYK

 C value IS 0.82

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#19328A (or 0x19328A) is known color: Egyptian Blue. HEX triplet: 19, 32 and 8A. RGB value is (25,50,138). Sum of RGB (Red+Green+Blue) = 25+50+138=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 138 (54.30% from 255 or 64.79% from 213); Max value from RGB is 138 - color contains mainly: blue. Hex color #19328A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19328A is #E6CD75. Grayscale: #343434. Windows color (decimal): -15125878 or 9056793. OLE color: 9056793.

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

Color convert

RGB 25 50 138 -
CMYK 0.82 0.64 0 0.46
HSL 226.73º 0.69% 0.32% -
HSV(B) 226.73º 0.82% 0.54% -
XYZ 6.13 4.32 24.56 -
YUV 52.56 176.22 108.34 -
System Red Green Blue C M Y K H S L
Decimal 25 50 138 0.82 0.64 0 0.46 226.73 0.69 0.32
Hex 19 32 8A 52 40 0 2E E3 45 20
Octal 31 62 212 122 100 0 56 343 105 40
Binary 11001 110010 10001010 1010010 1000000 0 101110 11100011 1000101 100000

Color Harmonies of #19328A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19328A

Black with #19328A

Text Example


Text Example

White with #19328A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19328A; }

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

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

background-color css

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

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

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

border-color css

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

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

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