Html Css Color HEX #19409C Egyptian Blue

📋 copy color: '#19409C'

red 25 ◦ green 64 ◦ blue 156

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

Shades of Egyptian Blue #19409C

Tints of Egyptian Blue #19409C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.12%

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

R = 10.2%
G = 26.12%
B = 63.67%

CMYK

 C value IS 0.84

 M value IS 0.59

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#19409C (or 0x19409C) is known color: Egyptian Blue. HEX triplet: 19, 40 and 9C. RGB value is (25,64,156). Sum of RGB (Red+Green+Blue) = 25+64+156=245 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.20% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 156 (61.33% from 255 or 63.67% from 245); Max value from RGB is 156 - color contains mainly: blue. Hex color #19409C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19409C is #E6BF63. Grayscale: #3E3E3E. Windows color (decimal): -15122276 or 10240025. OLE color: 10240025.

HSL color Cylindrical-coordinate representation of color #19409C: hue angle of 222.14º 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 #19409C is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 25 64 156 -
CMYK 0.84 0.59 0 0.39
HSL 222.14º 0.72% 0.35% -
HSV(B) 222.14º 0.84% 0.61% -
XYZ 8.24 6.27 32.23 -
YUV 62.83 180.58 101.02 -
System Red Green Blue C M Y K H S L
Decimal 25 64 156 0.84 0.59 0 0.39 222.14 0.72 0.35
Hex 19 40 9C 54 3B 0 27 DE 48 23
Octal 31 100 234 124 73 0 47 336 110 43
Binary 11001 1000000 10011100 1010100 111011 0 100111 11011110 1001000 100011

Color Harmonies of #19409C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19409C

Black with #19409C

Text Example


Text Example

White with #19409C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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