Html Css Color HEX #19259D Egyptian Blue

📋 copy color: '#19259D'

red 25 ◦ green 37 ◦ blue 157

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

Shades of Egyptian Blue #19259D

Tints of Egyptian Blue #19259D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.89%

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

R = 11.42%
G = 16.89%
B = 71.69%

CMYK

 C value IS 0.84

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#19259D (or 0x19259D) is known color: Egyptian Blue. HEX triplet: 19, 25 and 9D. RGB value is (25,37,157). Sum of RGB (Red+Green+Blue) = 25+37+157=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 157 (61.72% from 255 or 71.69% from 219); Max value from RGB is 157 - color contains mainly: blue. Hex color #19259D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19259D is #E6DA62. Grayscale: #2E2E2E. Windows color (decimal): -15129187 or 10298649. OLE color: 10298649.

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

Color convert

RGB 25 37 157 -
CMYK 0.84 0.76 0 0.38
HSL 234.55º 0.73% 0.36% -
HSV(B) 234.55º 0.84% 0.62% -
XYZ 7.15 3.96 32.29 -
YUV 47.09 190.02 112.24 -
System Red Green Blue C M Y K H S L
Decimal 25 37 157 0.84 0.76 0 0.38 234.55 0.73 0.36
Hex 19 25 9D 54 4C 0 26 EB 49 24
Octal 31 45 235 124 114 0 46 353 111 44
Binary 11001 100101 10011101 1010100 1001100 0 100110 11101011 1001001 100100

Color Harmonies of #19259D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19259D

Black with #19259D

Text Example


Text Example

White with #19259D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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