Html Css Color HEX #19268D Egyptian Blue

📋 copy color: '#19268D'

red 25 ◦ green 38 ◦ blue 141

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

Shades of Egyptian Blue #19268D

Tints of Egyptian Blue #19268D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.63%

 BLUE value IS 141 (55.47% from 255) = 69.12%

R = 12.25%
G = 18.63%
B = 69.12%

CMYK

 C value IS 0.82

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#19268D (or 0x19268D) is known color: Egyptian Blue. HEX triplet: 19, 26 and 8D. RGB value is (25,38,141). Sum of RGB (Red+Green+Blue) = 25+38+141=204 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.25% from 204); Green value is 38 (15.23% from 255 or 18.63% from 204); Blue value is 141 (55.47% from 255 or 69.12% from 204); Max value from RGB is 141 - color contains mainly: blue. Hex color #19268D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19268D is #E6D972. Grayscale: #2D2D2D. Windows color (decimal): -15128947 or 9250329. OLE color: 9250329.

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

Color convert

RGB 25 38 141 -
CMYK 0.82 0.73 0 0.45
HSL 233.28º 0.7% 0.33% -
HSV(B) 233.28º 0.82% 0.55% -
XYZ 5.9 3.52 25.57 -
YUV 45.86 181.69 113.12 -
System Red Green Blue C M Y K H S L
Decimal 25 38 141 0.82 0.73 0 0.45 233.28 0.7 0.33
Hex 19 26 8D 52 49 0 2D E9 46 21
Octal 31 46 215 122 111 0 55 351 106 41
Binary 11001 100110 10001101 1010010 1001001 0 101101 11101001 1000110 100001

Color Harmonies of #19268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19268D

Black with #19268D

Text Example


Text Example

White with #19268D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19268D; }

 p { color: rgb(25,38,141); }

 H1.HeaderClassName
 {
   color: #19268D;
 }
 .AnyTagClassName
 {
   color: #19268D;
 }
</style>

background-color css

<style>
 a { background-color: #19268D; }

 a { background-color: rgb(25,38,141); }

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

border-color css

<style>
 span { border-color: #19268D; }

 span { border-color: rgb(25,38,141); }

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