Html Css Color HEX #19229D Egyptian Blue

📋 copy color: '#19229D'

red 25 ◦ green 34 ◦ blue 157

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

Shades of Egyptian Blue #19229D

Tints of Egyptian Blue #19229D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.74%

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

R = 11.57%
G = 15.74%
B = 72.69%

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

#19229D (or 0x19229D) is known color: Egyptian Blue. HEX triplet: 19, 22 and 9D. RGB value is (25,34,157). Sum of RGB (Red+Green+Blue) = 25+34+157=216 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.57% from 216); Green value is 34 (13.67% from 255 or 15.74% from 216); Blue value is 157 (61.72% from 255 or 72.69% from 216); Max value from RGB is 157 - color contains mainly: blue. Hex color #19229D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19229D is #E6DD62. Grayscale: #2C2C2C. Windows color (decimal): -15129955 or 10297881. OLE color: 10297881.

HSL color Cylindrical-coordinate representation of color #19229D: hue angle of 235.91º 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 #19229D is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 25 34 157 -
CMYK 0.84 0.78 0 0.38
HSL 235.91º 0.73% 0.36% -
HSV(B) 235.91º 0.84% 0.62% -
XYZ 7.06 3.79 32.26 -
YUV 45.33 191.02 113.5 -
System Red Green Blue C M Y K H S L
Decimal 25 34 157 0.84 0.78 0 0.38 235.91 0.73 0.36
Hex 19 22 9D 54 4E 0 26 EC 49 24
Octal 31 42 235 124 116 0 46 354 111 44
Binary 11001 100010 10011101 1010100 1001110 0 100110 11101100 1001001 100100

Color Harmonies of #19229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19229D

Black with #19229D

Text Example


Text Example

White with #19229D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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