#19268F

Color #19268F Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #19268F

Tints of Egyptian Blue #19268F

Color information

#19268F (or 0x19268F) is unknown color: approx Egyptian Blue. HEX triplet: 19, 26 and 8F. RGB value is (25,38,143). Sum of RGB (Red+Green+Blue) = 25+38+143=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 38 (15.23% from 255 or 18.45% from 206); Blue value is 143 (56.25% from 255 or 69.42% from 206); Max value from RGB is 143 - color contains mainly: blue. Hex color #19268F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19268F is #E6D970. Grayscale: #2D2D2D. Windows color (decimal): -15128945 or 9381401. OLE color: 9381401.

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

Color convert

RGB2538143-
CMYK0.830.7300.44
HSL233.39º70.24%32.94%-
HSV(B)233.39º82.52%56.08%-
XYZ6.053.5826.36-
YUV46.08182.69112.96-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.14%
GREEN value IS 38 (15.23% from 255) = 18.45%
BLUE value IS 143 (56.25% from 255) = 69.42%
R=12.14%
G=18.45%
B=69.42%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal25381430.830.7300.44233.3970.2432.94
Hex19268F534902Ce94621
Octal314621712311105435110641
Binary1100110011010001111101001110010010101100111010011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19268F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #19268F;
 }
 .AnyTagClassName
 {
   color: #19268F;
 }
</style>
background-color css

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

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

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

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

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

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