#19359A

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

Shades of Egyptian Blue #19359A

Tints of Egyptian Blue #19359A

Color information

#19359A (or 0x19359A) is unknown color: approx Egyptian Blue. HEX triplet: 19, 35 and 9A. RGB value is (25,53,154). Sum of RGB (Red+Green+Blue) = 25+53+154=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 154 (60.55% from 255 or 66.38% from 232); Max value from RGB is 154 - color contains mainly: blue. Hex color #19359A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19359A is #E6CA65. Grayscale: #373737. Windows color (decimal): -15125094 or 10106137. OLE color: 10106137.

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

Color convert

RGB2553154-
CMYK0.840.6600.40
HSL226.98º72.07%35.1%-
HSV(B)226.98º83.77%60.39%-
XYZ7.515.0931.16-
YUV56.14183.22105.79-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.78%
GREEN value IS 53 (21.09% from 255) = 22.84%
BLUE value IS 154 (60.55% from 255) = 66.38%
R=10.78%
G=22.84%
B=66.38%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal25531540.840.6600.40226.9872.0735.1
Hex19359A5442028e34823
Octal316523212410205034311043
Binary1100111010110011010101010010000100101000111000111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19359A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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