Html Css Color HEX #19449E Egyptian Blue

📋 copy color: '#19449E'

red 25 ◦ green 68 ◦ blue 158

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

Shades of Egyptian Blue #19449E

Tints of Egyptian Blue #19449E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 62.95%

R = 9.96%
G = 27.09%
B = 62.95%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#19449E (or 0x19449E) is known color: Egyptian Blue. HEX triplet: 19, 44 and 9E. RGB value is (25,68,158). Sum of RGB (Red+Green+Blue) = 25+68+158=251 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.96% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 158 (62.11% from 255 or 62.95% from 251); Max value from RGB is 158 - color contains mainly: blue. Hex color #19449E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19449E is #E6BB61. Grayscale: #414141. Windows color (decimal): -15121250 or 10372121. OLE color: 10372121.

HSL color Cylindrical-coordinate representation of color #19449E: hue angle of 220.6º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19449E is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 25 68 158 -
CMYK 0.84 0.57 0 0.38
HSL 220.6º 0.73% 0.36% -
HSV(B) 220.6º 0.84% 0.62% -
XYZ 8.64 6.81 33.21 -
YUV 65.4 180.25 99.18 -
System Red Green Blue C M Y K H S L
Decimal 25 68 158 0.84 0.57 0 0.38 220.6 0.73 0.36
Hex 19 44 9E 54 39 0 26 DD 49 24
Octal 31 104 236 124 71 0 46 335 111 44
Binary 11001 1000100 10011110 1010100 111001 0 100110 11011101 1001001 100100

Color Harmonies of #19449E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19449E

Black with #19449E

Text Example


Text Example

White with #19449E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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