Html Css Color HEX #19259F Egyptian Blue

📋 copy color: '#19259F'

red 25 ◦ green 37 ◦ blue 159

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

Shades of Egyptian Blue #19259F

Tints of Egyptian Blue #19259F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 71.95%

R = 11.31%
G = 16.74%
B = 71.95%

CMYK

 C value IS 0.84

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#19259F (or 0x19259F) is known color: Egyptian Blue. HEX triplet: 19, 25 and 9F. RGB value is (25,37,159). Sum of RGB (Red+Green+Blue) = 25+37+159=221 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.31% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 159 (62.5% from 255 or 71.95% from 221); Max value from RGB is 159 - color contains mainly: blue. Hex color #19259F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19259F is #E6DA60. Grayscale: #2E2E2E. Windows color (decimal): -15129185 or 10429721. OLE color: 10429721.

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

Color convert

RGB 25 37 159 -
CMYK 0.84 0.77 0 0.38
HSL 234.63º 0.73% 0.36% -
HSV(B) 234.63º 0.84% 0.62% -
XYZ 7.32 4.03 33.19 -
YUV 47.32 191.02 112.08 -
System Red Green Blue C M Y K H S L
Decimal 25 37 159 0.84 0.77 0 0.38 234.63 0.73 0.36
Hex 19 25 9F 54 4D 0 26 EB 49 24
Octal 31 45 237 124 115 0 46 353 111 44
Binary 11001 100101 10011111 1010100 1001101 0 100110 11101011 1001001 100100

Color Harmonies of #19259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19259F

Black with #19259F

Text Example


Text Example

White with #19259F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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