#19378b

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

Shades of Egyptian Blue #19378B

Tints of Egyptian Blue #19378B

Color information

#19378B (or 0x19378B) is unknown color: approx Egyptian Blue. HEX triplet: 19, 37 and 8B. RGB value is (25,55,139). Sum of RGB (Red+Green+Blue) = 25+55+139=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 55 (21.88% from 255 or 25.11% from 219); Blue value is 139 (54.69% from 255 or 63.47% from 219); Max value from RGB is 139 - color contains mainly: blue. Hex color #19378B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19378B is #E6C874. Grayscale: #373737. Windows color (decimal): -15124597 or 9123609. OLE color: 9123609.

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

Color convert

RGB2555139-
CMYK0.820.6000.45
HSL224.21º69.51%32.16%-
HSV(B)224.21º82.01%54.51%-
XYZ6.434.825.01-
YUV55.61175.06106.17-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.42%
GREEN value IS 55 (21.88% from 255) = 25.11%
BLUE value IS 139 (54.69% from 255) = 63.47%
R=11.42%
G=25.11%
B=63.47%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal25551390.820.6000.45224.2169.5132.16
Hex19378B523C02De04620
Octal31672131227405534010640
Binary110011101111000101110100101111000101101111000001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19378b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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