#19339A

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

Shades of Egyptian Blue #19339A

Tints of Egyptian Blue #19339A

Color information

#19339A (or 0x19339A) is unknown color: approx Egyptian Blue. HEX triplet: 19, 33 and 9A. RGB value is (25,51,154). Sum of RGB (Red+Green+Blue) = 25+51+154=230 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.87% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 154 (60.55% from 255 or 66.96% from 230); Max value from RGB is 154 - color contains mainly: blue. Hex color #19339A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19339A is #E6CC65. Grayscale: #363636. Windows color (decimal): -15125606 or 10105625. OLE color: 10105625.

HSL color Cylindrical-coordinate representation of color #19339A: hue angle of 227.91º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19339A is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2551154-
CMYK0.840.6700.40
HSL227.91º72.07%35.1%-
HSV(B)227.91º83.77%60.39%-
XYZ7.424.9131.13-
YUV54.97183.89106.62-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.87%
GREEN value IS 51 (20.31% from 255) = 22.17%
BLUE value IS 154 (60.55% from 255) = 66.96%
R=10.87%
G=22.17%
B=66.96%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal25511540.840.6700.40227.9172.0735.1
Hex19339A5443028e44823
Octal316323212410305034411043
Binary1100111001110011010101010010000110101000111001001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19339A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,51,154); }

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

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

 a { background-color: rgb(25,51,154); }

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

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

 span { border-color: rgb(25,51,154); }

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