#1925AF

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

Shades of Egyptian Blue #1925AF

Tints of Egyptian Blue #1925AF

Color information

#1925AF (or 0x1925AF) is unknown color: approx Egyptian Blue. HEX triplet: 19, 25 and AF. RGB value is (25,37,175). Sum of RGB (Red+Green+Blue) = 25+37+175=237 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.55% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 175 (68.75% from 255 or 73.84% from 237); Max value from RGB is 175 - color contains mainly: blue. Hex color #1925AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1925AF is #E6DA50. Grayscale: #303030. Windows color (decimal): -15129169 or 11478297. OLE color: 11478297.

HSL color Cylindrical-coordinate representation of color #1925AF: hue angle of 235.2º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1925AF is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2537175-
CMYK0.860.7900.31
HSL235.2º75%39.22%-
HSV(B)235.2º85.71%68.63%-
XYZ8.84.6240.99-
YUV49.14199.02110.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.55%
GREEN value IS 37 (14.84% from 255) = 15.61%
BLUE value IS 175 (68.75% from 255) = 73.84%
R=10.55%
G=15.61%
B=73.84%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal25371750.860.7900.31235.27539.22
Hex1925AF564F01Feb4b27
Octal314525712611703735311347
Binary110011001011010111110101101001111011111111010111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1925AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1925AF; }

 p { color: rgb(25,37,175); }

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

<style>
 a { background-color: #1925AF; }

 a { background-color: rgb(25,37,175); }

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

<style>
 span { border-color: #1925AF; }

 span { border-color: rgb(25,37,175); }

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