#19239A

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

Shades of Egyptian Blue #19239A

Tints of Egyptian Blue #19239A

Color information

#19239A (or 0x19239A) is unknown color: approx Egyptian Blue. HEX triplet: 19, 23 and 9A. RGB value is (25,35,154). Sum of RGB (Red+Green+Blue) = 25+35+154=214 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.68% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 154 (60.55% from 255 or 71.96% from 214); Max value from RGB is 154 - color contains mainly: blue. Hex color #19239A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19239A is #E6DC65. Grayscale: #2D2D2D. Windows color (decimal): -15129702 or 10101529. OLE color: 10101529.

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

Color convert

RGB2535154-
CMYK0.840.7700.40
HSL235.35º72.07%35.1%-
HSV(B)235.35º83.77%60.39%-
XYZ6.833.7430.93-
YUV45.58189.19113.32-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.68%
GREEN value IS 35 (14.06% from 255) = 16.36%
BLUE value IS 154 (60.55% from 255) = 71.96%
R=11.68%
G=16.36%
B=71.96%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal25351540.840.7700.40235.3572.0735.1
Hex19239A544D028eb4823
Octal314323212411505035311043
Binary1100110001110011010101010010011010101000111010111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19239A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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