#19318b

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

Shades of Egyptian Blue #19318B

Tints of Egyptian Blue #19318B

Color information

#19318B (or 0x19318B) is unknown color: approx Egyptian Blue. HEX triplet: 19, 31 and 8B. RGB value is (25,49,139). Sum of RGB (Red+Green+Blue) = 25+49+139=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 139 (54.69% from 255 or 65.26% from 213); Max value from RGB is 139 - color contains mainly: blue. Hex color #19318B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19318B is #E6CE74. Grayscale: #333333. Windows color (decimal): -15126133 or 9122073. OLE color: 9122073.

HSL color Cylindrical-coordinate representation of color #19318B: hue angle of 227.37º 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 #19318B is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2549139-
CMYK0.820.6500.45
HSL227.37º69.51%32.16%-
HSV(B)227.37º82.01%54.51%-
XYZ6.164.2724.93-
YUV52.08177.05108.68-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.74%
GREEN value IS 49 (19.53% from 255) = 23.00%
BLUE value IS 139 (54.69% from 255) = 65.26%
R=11.74%
G=23.00%
B=65.26%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal25491390.820.6500.45227.3769.5132.16
Hex19318B524102De34620
Octal316121312210105534310640
Binary1100111000110001011101001010000010101101111000111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19318b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19318b; }

 p { color: rgb(25,49,139); }

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

<style>
 a { background-color: #19318b; }

 a { background-color: rgb(25,49,139); }

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

<style>
 span { border-color: #19318b; }

 span { border-color: rgb(25,49,139); }

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