Html Css Color HEX #19209D Egyptian Blue

📋 copy color: '#19209D'

red 25 ◦ green 32 ◦ blue 157

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

Shades of Egyptian Blue #19209D

Tints of Egyptian Blue #19209D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.95%

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

R = 11.68%
G = 14.95%
B = 73.36%

CMYK

 C value IS 0.84

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#19209D (or 0x19209D) is known color: Egyptian Blue. HEX triplet: 19, 20 and 9D. RGB value is (25,32,157). Sum of RGB (Red+Green+Blue) = 25+32+157=214 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.68% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 157 (61.72% from 255 or 73.36% from 214); Max value from RGB is 157 - color contains mainly: blue. Hex color #19209D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19209D is #E6DF62. Grayscale: #2B2B2B. Windows color (decimal): -15130467 or 10297369. OLE color: 10297369.

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

Color convert

RGB 25 32 157 -
CMYK 0.84 0.80 0 0.38
HSL 236.82º 0.73% 0.36% -
HSV(B) 236.82º 0.84% 0.62% -
XYZ 7 3.67 32.24 -
YUV 44.16 191.68 114.34 -
System Red Green Blue C M Y K H S L
Decimal 25 32 157 0.84 0.80 0 0.38 236.82 0.73 0.36
Hex 19 20 9D 54 50 0 26 ED 49 24
Octal 31 40 235 124 120 0 46 355 111 44
Binary 11001 100000 10011101 1010100 1010000 0 100110 11101101 1001001 100100

Color Harmonies of #19209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19209D

Black with #19209D

Text Example


Text Example

White with #19209D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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