#25269F

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

Shades of Egyptian Blue #25269F

Tints of Egyptian Blue #25269F

Color information

#25269F (or 0x25269F) is unknown color: approx Egyptian Blue. HEX triplet: 25, 26 and 9F. RGB value is (37,38,159). Sum of RGB (Red+Green+Blue) = 37+38+159=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 159 (62.5% from 255 or 67.95% from 234); Max value from RGB is 159 - color contains mainly: blue. Hex color #25269F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25269F is #DAD960. Grayscale: #333333. Windows color (decimal): -14342497 or 10429989. OLE color: 10429989.

HSL color Cylindrical-coordinate representation of color #25269F: hue angle of 239.51º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25269F is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3738159-
CMYK0.770.7600.38
HSL239.51º62.24%38.43%-
HSV(B)239.51º76.73%62.35%-
XYZ7.714.2833.22-
YUV51.5188.67117.66-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.81%
GREEN value IS 38 (15.23% from 255) = 16.24%
BLUE value IS 159 (62.5% from 255) = 67.95%
R=15.81%
G=16.24%
B=67.95%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal37381590.770.7600.38239.5162.2438.43
Hex25269F4D4C026f03e26
Octal45462371151140463607646
Binary1001011001101001111110011011001100010011011110000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25269F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25269F; }

 p { color: rgb(37,38,159); }

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

<style>
 a { background-color: #25269F; }

 a { background-color: rgb(37,38,159); }

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

<style>
 span { border-color: #25269F; }

 span { border-color: rgb(37,38,159); }

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