Html Css Color HEX #19239D Egyptian Blue

📋 copy color: '#19239D'

red 25 ◦ green 35 ◦ blue 157

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

Shades of Egyptian Blue #19239D

Tints of Egyptian Blue #19239D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.13%

 BLUE value IS 157 (61.72% from 255) = 72.35%

R = 11.52%
G = 16.13%
B = 72.35%

CMYK

 C value IS 0.84

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#19239D (or 0x19239D) is known color: Egyptian Blue. HEX triplet: 19, 23 and 9D. RGB value is (25,35,157). Sum of RGB (Red+Green+Blue) = 25+35+157=217 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.52% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 157 (61.72% from 255 or 72.35% from 217); Max value from RGB is 157 - color contains mainly: blue. Hex color #19239D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19239D is #E6DC62. Grayscale: #2D2D2D. Windows color (decimal): -15129699 or 10298137. OLE color: 10298137.

HSL color Cylindrical-coordinate representation of color #19239D: hue angle of 235.45º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19239D is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 25 35 157 -
CMYK 0.84 0.78 0 0.38
HSL 235.45º 0.73% 0.36% -
HSV(B) 235.45º 0.84% 0.62% -
XYZ 7.09 3.84 32.27 -
YUV 45.92 190.69 113.08 -
System Red Green Blue C M Y K H S L
Decimal 25 35 157 0.84 0.78 0 0.38 235.45 0.73 0.36
Hex 19 23 9D 54 4E 0 26 EB 49 24
Octal 31 43 235 124 116 0 46 353 111 44
Binary 11001 100011 10011101 1010100 1001110 0 100110 11101011 1001001 100100

Color Harmonies of #19239D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19239D

Black with #19239D

Text Example


Text Example

White with #19239D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19239D; }

 p { color: rgb(25,35,157); }

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

background-color css

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

 a { background-color: rgb(25,35,157); }

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

border-color css

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

 span { border-color: rgb(25,35,157); }

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