#20259A

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

Shades of Egyptian Blue #20259A

Tints of Egyptian Blue #20259A

Color information

#20259A (or 0x20259A) is unknown color: approx Egyptian Blue. HEX triplet: 20, 25 and 9A. RGB value is (32,37,154). Sum of RGB (Red+Green+Blue) = 32+37+154=223 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.35% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 154 (60.55% from 255 or 69.06% from 223); Max value from RGB is 154 - color contains mainly: blue. Hex color #20259A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20259A is #DFDA65. Grayscale: #303030. Windows color (decimal): -14670438 or 10102048. OLE color: 10102048.

HSL color Cylindrical-coordinate representation of color #20259A: hue angle of 237.54º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20259A is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3237154-
CMYK0.790.7600.40
HSL237.54º65.59%36.47%-
HSV(B)237.54º79.22%60.39%-
XYZ7.093.9630.96-
YUV48.84187.34115.99-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.35%
GREEN value IS 37 (14.84% from 255) = 16.59%
BLUE value IS 154 (60.55% from 255) = 69.06%
R=14.35%
G=16.59%
B=69.06%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal32371540.790.7600.40237.5465.5936.47
Hex20259A4F4C028ee4224
Octal404523211711405035610244
Binary10000010010110011010100111110011000101000111011101000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20259A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,37,154); }

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

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

 a { background-color: rgb(32,37,154); }

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

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

 span { border-color: rgb(32,37,154); }

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