Html Css Color HEX #19288C Egyptian Blue

📋 copy color: '#19288C'

red 25 ◦ green 40 ◦ blue 140

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

Shades of Egyptian Blue #19288C

Tints of Egyptian Blue #19288C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 68.29%

R = 12.2%
G = 19.51%
B = 68.29%

CMYK

 C value IS 0.82

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#19288C (or 0x19288C) is known color: Egyptian Blue. HEX triplet: 19, 28 and 8C. RGB value is (25,40,140). Sum of RGB (Red+Green+Blue) = 25+40+140=205 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.20% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 140 (55.08% from 255 or 68.29% from 205); Max value from RGB is 140 - color contains mainly: blue. Hex color #19288C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19288C is #E6D773. Grayscale: #2E2E2E. Windows color (decimal): -15128436 or 9185305. OLE color: 9185305.

HSL color Cylindrical-coordinate representation of color #19288C: hue angle of 232.17º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19288C is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 25 40 140 -
CMYK 0.82 0.71 0 0.45
HSL 232.17º 0.7% 0.32% -
HSV(B) 232.17º 0.82% 0.55% -
XYZ 5.89 3.62 25.2 -
YUV 46.92 180.53 112.37 -
System Red Green Blue C M Y K H S L
Decimal 25 40 140 0.82 0.71 0 0.45 232.17 0.7 0.32
Hex 19 28 8C 52 47 0 2D E8 46 20
Octal 31 50 214 122 107 0 55 350 106 40
Binary 11001 101000 10001100 1010010 1000111 0 101101 11101000 1000110 100000

Color Harmonies of #19288C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19288C

Black with #19288C

Text Example


Text Example

White with #19288C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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