#19308E

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

Shades of Egyptian Blue #19308E

Tints of Egyptian Blue #19308E

Color information

#19308E (or 0x19308E) is unknown color: approx Egyptian Blue. HEX triplet: 19, 30 and 8E. RGB value is (25,48,142). Sum of RGB (Red+Green+Blue) = 25+48+142=215 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.63% from 215); Green value is 48 (19.14% from 255 or 22.33% from 215); Blue value is 142 (55.86% from 255 or 66.05% from 215); Max value from RGB is 142 - color contains mainly: blue. Hex color #19308E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19308E is #E6CF71. Grayscale: #333333. Windows color (decimal): -15126386 or 9318425. OLE color: 9318425.

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

Color convert

RGB2548142-
CMYK0.820.6600.44
HSL228.21º70.06%32.75%-
HSV(B)228.21º82.39%55.69%-
XYZ6.344.2726.08-
YUV51.84178.88108.86-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.63%
GREEN value IS 48 (19.14% from 255) = 22.33%
BLUE value IS 142 (55.86% from 255) = 66.05%
R=11.63%
G=22.33%
B=66.05%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal25481420.820.6600.44228.2170.0632.75
Hex19308E524202Ce44621
Octal316021612210205434410641
Binary1100111000010001110101001010000100101100111001001000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19308E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19308E; }

 p { color: rgb(25,48,142); }

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

<style>
 a { background-color: #19308E; }

 a { background-color: rgb(25,48,142); }

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

<style>
 span { border-color: #19308E; }

 span { border-color: rgb(25,48,142); }

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