Html Css Color HEX #19449B Egyptian Blue

📋 copy color: '#19449B'

red 25 ◦ green 68 ◦ blue 155

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

Shades of Egyptian Blue #19449B

Tints of Egyptian Blue #19449B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 62.5%

R = 10.08%
G = 27.42%
B = 62.5%

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

#19449B (or 0x19449B) is known color: Egyptian Blue. HEX triplet: 19, 44 and 9B. RGB value is (25,68,155). Sum of RGB (Red+Green+Blue) = 25+68+155=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 155 (60.94% from 255 or 62.5% from 248); Max value from RGB is 155 - color contains mainly: blue. Hex color #19449B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19449B is #E6BB64. Grayscale: #404040. Windows color (decimal): -15121253 or 10175513. OLE color: 10175513.

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

Color convert

RGB 25 68 155 -
CMYK 0.84 0.56 0 0.39
HSL 220.15º 0.72% 0.35% -
HSV(B) 220.15º 0.84% 0.61% -
XYZ 8.38 6.71 31.86 -
YUV 65.06 178.75 99.43 -
System Red Green Blue C M Y K H S L
Decimal 25 68 155 0.84 0.56 0 0.39 220.15 0.72 0.35
Hex 19 44 9B 54 38 0 27 DC 48 23
Octal 31 104 233 124 70 0 47 334 110 43
Binary 11001 1000100 10011011 1010100 111000 0 100111 11011100 1001000 100011

Color Harmonies of #19449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19449B

Black with #19449B

Text Example


Text Example

White with #19449B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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