Html Css Color HEX #19329B Egyptian Blue

📋 copy color: '#19329B'

red 25 ◦ green 50 ◦ blue 155

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

Shades of Egyptian Blue #19329B

Tints of Egyptian Blue #19329B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 67.39%

R = 10.87%
G = 21.74%
B = 67.39%

CMYK

 C value IS 0.84

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#19329B (or 0x19329B) is known color: Egyptian Blue. HEX triplet: 19, 32 and 9B. RGB value is (25,50,155). Sum of RGB (Red+Green+Blue) = 25+50+155=230 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.87% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 155 (60.94% from 255 or 67.39% from 230); Max value from RGB is 155 - color contains mainly: blue. Hex color #19329B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19329B is #E6CD64. Grayscale: #363636. Windows color (decimal): -15125861 or 10170905. OLE color: 10170905.

HSL color Cylindrical-coordinate representation of color #19329B: hue angle of 228.46º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19329B is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 25 50 155 -
CMYK 0.84 0.68 0 0.39
HSL 228.46º 0.72% 0.35% -
HSV(B) 228.46º 0.84% 0.61% -
XYZ 7.46 4.85 31.55 -
YUV 54.5 184.72 106.96 -
System Red Green Blue C M Y K H S L
Decimal 25 50 155 0.84 0.68 0 0.39 228.46 0.72 0.35
Hex 19 32 9B 54 44 0 27 E4 48 23
Octal 31 62 233 124 104 0 47 344 110 43
Binary 11001 110010 10011011 1010100 1000100 0 100111 11100100 1001000 100011

Color Harmonies of #19329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19329B

Black with #19329B

Text Example


Text Example

White with #19329B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19329B; }

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

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

background-color css

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

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

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

border-color css

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

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

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