#25279F

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

Shades of Egyptian Blue #25279F

Tints of Egyptian Blue #25279F

Color information

#25279F (or 0x25279F) is unknown color: approx Egyptian Blue. HEX triplet: 25, 27 and 9F. RGB value is (37,39,159). Sum of RGB (Red+Green+Blue) = 37+39+159=235 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.74% from 235); Green value is 39 (15.62% from 255 or 16.60% from 235); Blue value is 159 (62.5% from 255 or 67.66% from 235); Max value from RGB is 159 - color contains mainly: blue. Hex color #25279F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25279F is #DAD860. Grayscale: #333333. Windows color (decimal): -14342241 or 10430245. OLE color: 10430245.

HSL color Cylindrical-coordinate representation of color #25279F: hue angle of 239.02º 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 #25279F is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3739159-
CMYK0.770.7500.38
HSL239.02º62.24%38.43%-
HSV(B)239.02º76.73%62.35%-
XYZ7.754.3533.23-
YUV52.08188.34117.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.74%
GREEN value IS 39 (15.62% from 255) = 16.60%
BLUE value IS 159 (62.5% from 255) = 67.66%
R=15.74%
G=16.60%
B=67.66%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal37391590.770.7500.38239.0262.2438.43
Hex25279F4D4B026ef3e26
Octal45472371151130463577646
Binary1001011001111001111110011011001011010011011101111111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25279F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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