#1B25AE

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

Shades of Egyptian Blue #1B25AE

Tints of Egyptian Blue #1B25AE

Color information

#1B25AE (or 0x1B25AE) is unknown color: approx Egyptian Blue. HEX triplet: 1B, 25 and AE. RGB value is (27,37,174). Sum of RGB (Red+Green+Blue) = 27+37+174=238 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.34% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 174 (68.36% from 255 or 73.11% from 238); Max value from RGB is 174 - color contains mainly: blue. Hex color #1B25AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B25AE is #E4DA51. Grayscale: #313131. Windows color (decimal): -14998098 or 11412763. OLE color: 11412763.

HSL color Cylindrical-coordinate representation of color #1B25AE: hue angle of 235.92º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B25AE is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2737174-
CMYK0.840.7900.32
HSL235.92º73.13%39.41%-
HSV(B)235.92º84.48%68.24%-
XYZ8.754.6140.47-
YUV49.63198.19111.86-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.34%
GREEN value IS 37 (14.84% from 255) = 15.55%
BLUE value IS 174 (68.36% from 255) = 73.11%
R=11.34%
G=15.55%
B=73.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal27371740.840.7900.32235.9273.1339.41
Hex1B25AE544F020ec4927
Octal334525612411704035411147
Binary1101110010110101110101010010011110100000111011001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B25AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B25AE; }

 p { color: rgb(27,37,174); }

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

<style>
 a { background-color: #1B25AE; }

 a { background-color: rgb(27,37,174); }

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

<style>
 span { border-color: #1B25AE; }

 span { border-color: rgb(27,37,174); }

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