Html Css Color HEX #19449C Egyptian Blue

📋 copy color: '#19449C'

red 25 ◦ green 68 ◦ blue 156

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

Shades of Egyptian Blue #19449C

Tints of Egyptian Blue #19449C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.31%

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

R = 10.04%
G = 27.31%
B = 62.65%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#19449C (or 0x19449C) is known color: Egyptian Blue. HEX triplet: 19, 44 and 9C. RGB value is (25,68,156). Sum of RGB (Red+Green+Blue) = 25+68+156=249 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.04% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 156 (61.33% from 255 or 62.65% from 249); Max value from RGB is 156 - color contains mainly: blue. Hex color #19449C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19449C is #E6BB63. Grayscale: #404040. Windows color (decimal): -15121252 or 10241049. OLE color: 10241049.

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

Color convert

RGB 25 68 156 -
CMYK 0.84 0.56 0 0.39
HSL 220.31º 0.72% 0.35% -
HSV(B) 220.31º 0.84% 0.61% -
XYZ 8.47 6.74 32.31 -
YUV 65.18 179.25 99.34 -
System Red Green Blue C M Y K H S L
Decimal 25 68 156 0.84 0.56 0 0.39 220.31 0.72 0.35
Hex 19 44 9C 54 38 0 27 DC 48 23
Octal 31 104 234 124 70 0 47 334 110 43
Binary 11001 1000100 10011100 1010100 111000 0 100111 11011100 1001000 100011

Color Harmonies of #19449C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19449C

Black with #19449C

Text Example


Text Example

White with #19449C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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