Html Css Color HEX #19289A Egyptian Blue

📋 copy color: '#19289A'

red 25 ◦ green 40 ◦ blue 154

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

Shades of Egyptian Blue #19289A

Tints of Egyptian Blue #19289A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.26%

 BLUE value IS 154 (60.55% from 255) = 70.32%

R = 11.42%
G = 18.26%
B = 70.32%

CMYK

 C value IS 0.84

 M value IS 0.74

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#19289A (or 0x19289A) is known color: Egyptian Blue. HEX triplet: 19, 28 and 9A. RGB value is (25,40,154). Sum of RGB (Red+Green+Blue) = 25+40+154=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 154 (60.55% from 255 or 70.32% from 219); Max value from RGB is 154 - color contains mainly: blue. Hex color #19289A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19289A is #E6D765. Grayscale: #303030. Windows color (decimal): -15128422 or 10102809. OLE color: 10102809.

HSL color Cylindrical-coordinate representation of color #19289A: hue angle of 233.02º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19289A is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 25 40 154 -
CMYK 0.84 0.74 0 0.40
HSL 233.02º 0.72% 0.35% -
HSV(B) 233.02º 0.84% 0.6% -
XYZ 6.99 4.06 30.99 -
YUV 48.51 187.53 111.23 -
System Red Green Blue C M Y K H S L
Decimal 25 40 154 0.84 0.74 0 0.40 233.02 0.72 0.35
Hex 19 28 9A 54 4A 0 28 E9 48 23
Octal 31 50 232 124 112 0 50 351 110 43
Binary 11001 101000 10011010 1010100 1001010 0 101000 11101001 1001000 100011

Color Harmonies of #19289A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19289A

Black with #19289A

Text Example


Text Example

White with #19289A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19289A; }

 p { color: rgb(25,40,154); }

 H1.HeaderClassName
 {
   color: #19289A;
 }
 .AnyTagClassName
 {
   color: #19289A;
 }
</style>

background-color css

<style>
 a { background-color: #19289A; }

 a { background-color: rgb(25,40,154); }

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

border-color css

<style>
 span { border-color: #19289A; }

 span { border-color: rgb(25,40,154); }

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