Html Css Color HEX #19409A Egyptian Blue

📋 copy color: '#19409A'

red 25 ◦ green 64 ◦ blue 154

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

Shades of Egyptian Blue #19409A

Tints of Egyptian Blue #19409A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 63.37%

R = 10.29%
G = 26.34%
B = 63.37%

CMYK

 C value IS 0.84

 M value IS 0.58

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#19409A (or 0x19409A) is known color: Egyptian Blue. HEX triplet: 19, 40 and 9A. RGB value is (25,64,154). Sum of RGB (Red+Green+Blue) = 25+64+154=243 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.29% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 154 (60.55% from 255 or 63.37% from 243); Max value from RGB is 154 - color contains mainly: blue. Hex color #19409A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19409A is #E6BF65. Grayscale: #3E3E3E. Windows color (decimal): -15122278 or 10108953. OLE color: 10108953.

HSL color Cylindrical-coordinate representation of color #19409A: hue angle of 221.86º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19409A is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 25 64 154 -
CMYK 0.84 0.58 0 0.40
HSL 221.86º 0.72% 0.35% -
HSV(B) 221.86º 0.84% 0.6% -
XYZ 8.07 6.21 31.34 -
YUV 62.6 179.58 101.18 -
System Red Green Blue C M Y K H S L
Decimal 25 64 154 0.84 0.58 0 0.40 221.86 0.72 0.35
Hex 19 40 9A 54 3A 0 28 DE 48 23
Octal 31 100 232 124 72 0 50 336 110 43
Binary 11001 1000000 10011010 1010100 111010 0 101000 11011110 1001000 100011

Color Harmonies of #19409A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19409A

Black with #19409A

Text Example


Text Example

White with #19409A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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