#19308A

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

Shades of Egyptian Blue #19308A

Tints of Egyptian Blue #19308A

Color information

#19308A (or 0x19308A) is unknown color: approx Egyptian Blue. HEX triplet: 19, 30 and 8A. RGB value is (25,48,138). Sum of RGB (Red+Green+Blue) = 25+48+138=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 138 (54.30% from 255 or 65.40% from 211); Max value from RGB is 138 - color contains mainly: blue. Hex color #19308A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19308A is #E6CF75. Grayscale: #333333. Windows color (decimal): -15126390 or 9056281. OLE color: 9056281.

HSL color Cylindrical-coordinate representation of color #19308A: hue angle of 227.79º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19308A is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2548138-
CMYK0.820.6500.46
HSL227.79º69.33%31.96%-
HSV(B)227.79º81.88%54.12%-
XYZ6.054.1624.53-
YUV51.38176.88109.18-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.85%
GREEN value IS 48 (19.14% from 255) = 22.75%
BLUE value IS 138 (54.30% from 255) = 65.40%
R=11.85%
G=22.75%
B=65.40%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal25481380.820.6500.46227.7969.3331.96
Hex19308A524102Ee44520
Octal316021212210105634410540
Binary1100111000010001010101001010000010101110111001001000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19308A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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