Html Css Color HEX #19289C Egyptian Blue

📋 copy color: '#19289C'

red 25 ◦ green 40 ◦ blue 156

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

Shades of Egyptian Blue #19289C

Tints of Egyptian Blue #19289C

RGB

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

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

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

R = 11.31%
G = 18.1%
B = 70.59%

CMYK

 C value IS 0.84

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#19289C (or 0x19289C) is known color: Egyptian Blue. HEX triplet: 19, 28 and 9C. RGB value is (25,40,156). Sum of RGB (Red+Green+Blue) = 25+40+156=221 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.31% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 156 (61.33% from 255 or 70.59% from 221); Max value from RGB is 156 - color contains mainly: blue. Hex color #19289C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19289C is #E6D763. Grayscale: #303030. Windows color (decimal): -15128420 or 10233881. OLE color: 10233881.

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

Color convert

RGB 25 40 156 -
CMYK 0.84 0.74 0 0.39
HSL 233.13º 0.72% 0.35% -
HSV(B) 233.13º 0.84% 0.61% -
XYZ 7.16 4.12 31.87 -
YUV 48.74 188.53 111.07 -
System Red Green Blue C M Y K H S L
Decimal 25 40 156 0.84 0.74 0 0.39 233.13 0.72 0.35
Hex 19 28 9C 54 4A 0 27 E9 48 23
Octal 31 50 234 124 112 0 47 351 110 43
Binary 11001 101000 10011100 1010100 1001010 0 100111 11101001 1001000 100011

Color Harmonies of #19289C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19289C

Black with #19289C

Text Example


Text Example

White with #19289C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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