#19369A

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

Shades of Egyptian Blue #19369A

Tints of Egyptian Blue #19369A

Color information

#19369A (or 0x19369A) is unknown color: approx Egyptian Blue. HEX triplet: 19, 36 and 9A. RGB value is (25,54,154). Sum of RGB (Red+Green+Blue) = 25+54+154=233 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.73% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 154 (60.55% from 255 or 66.09% from 233); Max value from RGB is 154 - color contains mainly: blue. Hex color #19369A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19369A is #E6C965. Grayscale: #383838. Windows color (decimal): -15124838 or 10106393. OLE color: 10106393.

HSL color Cylindrical-coordinate representation of color #19369A: hue angle of 226.51º 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 #19369A is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2554154-
CMYK0.840.6500.40
HSL226.51º72.07%35.1%-
HSV(B)226.51º83.77%60.39%-
XYZ7.555.1831.17-
YUV56.73182.89105.37-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.73%
GREEN value IS 54 (21.48% from 255) = 23.18%
BLUE value IS 154 (60.55% from 255) = 66.09%
R=10.73%
G=23.18%
B=66.09%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal25541540.840.6500.40226.5172.0735.1
Hex19369A5441028e34823
Octal316623212410105034311043
Binary1100111011010011010101010010000010101000111000111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19369A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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