Html Css Color HEX #19259C Egyptian Blue

📋 copy color: '#19259C'

red 25 ◦ green 37 ◦ blue 156

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

Shades of Egyptian Blue #19259C

Tints of Egyptian Blue #19259C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 71.56%

R = 11.47%
G = 16.97%
B = 71.56%

CMYK

 C value IS 0.84

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#19259C (or 0x19259C) is known color: Egyptian Blue. HEX triplet: 19, 25 and 9C. RGB value is (25,37,156). Sum of RGB (Red+Green+Blue) = 25+37+156=218 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.47% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 156 (61.33% from 255 or 71.56% from 218); Max value from RGB is 156 - color contains mainly: blue. Hex color #19259C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19259C is #E6DA63. Grayscale: #2E2E2E. Windows color (decimal): -15129188 or 10233113. OLE color: 10233113.

HSL color Cylindrical-coordinate representation of color #19259C: hue angle of 234.5º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19259C is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 25 37 156 -
CMYK 0.84 0.76 0 0.39
HSL 234.5º 0.72% 0.35% -
HSV(B) 234.5º 0.84% 0.61% -
XYZ 7.06 3.93 31.84 -
YUV 46.98 189.52 112.32 -
System Red Green Blue C M Y K H S L
Decimal 25 37 156 0.84 0.76 0 0.39 234.5 0.72 0.35
Hex 19 25 9C 54 4C 0 27 EB 48 23
Octal 31 45 234 124 114 0 47 353 110 43
Binary 11001 100101 10011100 1010100 1001100 0 100111 11101011 1001000 100011

Color Harmonies of #19259C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19259C

Black with #19259C

Text Example


Text Example

White with #19259C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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