#1B25A9

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

Shades of Egyptian Blue #1B25A9

Tints of Egyptian Blue #1B25A9

Color information

#1B25A9 (or 0x1B25A9) is unknown color: approx Egyptian Blue. HEX triplet: 1B, 25 and A9. RGB value is (27,37,169). Sum of RGB (Red+Green+Blue) = 27+37+169=233 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.59% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 169 (66.41% from 255 or 72.53% from 233); Max value from RGB is 169 - color contains mainly: blue. Hex color #1B25A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B25A9 is #E4DA56. Grayscale: #303030. Windows color (decimal): -14998103 or 11085083. OLE color: 11085083.

HSL color Cylindrical-coordinate representation of color #1B25A9: hue angle of 235.77º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B25A9 is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB2737169-
CMYK0.840.7800.34
HSL235.77º72.45%38.43%-
HSV(B)235.77º84.02%66.27%-
XYZ8.274.4237.95-
YUV49.06195.69112.27-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.59%
GREEN value IS 37 (14.84% from 255) = 15.88%
BLUE value IS 169 (66.41% from 255) = 72.53%
R=11.59%
G=15.88%
B=72.53%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal27371690.840.7800.34235.7772.4538.43
Hex1B25A9544E022ec4826
Octal334525112411604235411046
Binary1101110010110101001101010010011100100010111011001001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B25A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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