Html Css Color HEX #19499C Egyptian Blue

📋 copy color: '#19499C'

red 25 ◦ green 73 ◦ blue 156

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

Shades of Egyptian Blue #19499C

Tints of Egyptian Blue #19499C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.74%

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

R = 9.84%
G = 28.74%
B = 61.42%

CMYK

 C value IS 0.84

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#19499C (or 0x19499C) is known color: Egyptian Blue. HEX triplet: 19, 49 and 9C. RGB value is (25,73,156). Sum of RGB (Red+Green+Blue) = 25+73+156=254 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.84% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 156 (61.33% from 255 or 61.42% from 254); Max value from RGB is 156 - color contains mainly: blue. Hex color #19499C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19499C is #E6B663. Grayscale: #434343. Windows color (decimal): -15119972 or 10242329. OLE color: 10242329.

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

Color convert

RGB 25 73 156 -
CMYK 0.84 0.53 0 0.39
HSL 218.02º 0.72% 0.35% -
HSV(B) 218.02º 0.84% 0.61% -
XYZ 8.78 7.37 32.41 -
YUV 68.11 177.6 97.25 -
System Red Green Blue C M Y K H S L
Decimal 25 73 156 0.84 0.53 0 0.39 218.02 0.72 0.35
Hex 19 49 9C 54 35 0 27 DA 48 23
Octal 31 111 234 124 65 0 47 332 110 43
Binary 11001 1001001 10011100 1010100 110101 0 100111 11011010 1001000 100011

Color Harmonies of #19499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19499C

Black with #19499C

Text Example


Text Example

White with #19499C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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