Html Css Color HEX #19489B Egyptian Blue

📋 copy color: '#19489B'

red 25 ◦ green 72 ◦ blue 155

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

Shades of Egyptian Blue #19489B

Tints of Egyptian Blue #19489B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.57%

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

R = 9.92%
G = 28.57%
B = 61.51%

CMYK

 C value IS 0.84

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#19489B (or 0x19489B) is known color: Egyptian Blue. HEX triplet: 19, 48 and 9B. RGB value is (25,72,155). Sum of RGB (Red+Green+Blue) = 25+72+155=252 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.92% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 155 (60.94% from 255 or 61.51% from 252); Max value from RGB is 155 - color contains mainly: blue. Hex color #19489B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19489B is #E6B764. Grayscale: #434343. Windows color (decimal): -15120229 or 10176537. OLE color: 10176537.

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

Color convert

RGB 25 72 155 -
CMYK 0.84 0.54 0 0.39
HSL 218.31º 0.72% 0.35% -
HSV(B) 218.31º 0.84% 0.61% -
XYZ 8.63 7.21 31.95 -
YUV 67.41 177.43 97.75 -
System Red Green Blue C M Y K H S L
Decimal 25 72 155 0.84 0.54 0 0.39 218.31 0.72 0.35
Hex 19 48 9B 54 36 0 27 DA 48 23
Octal 31 110 233 124 66 0 47 332 110 43
Binary 11001 1001000 10011011 1010100 110110 0 100111 11011010 1001000 100011

Color Harmonies of #19489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19489B

Black with #19489B

Text Example


Text Example

White with #19489B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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