#1B27AE

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

Shades of Egyptian Blue #1B27AE

Tints of Egyptian Blue #1B27AE

Color information

#1B27AE (or 0x1B27AE) is unknown color: approx Egyptian Blue. HEX triplet: 1B, 27 and AE. RGB value is (27,39,174). Sum of RGB (Red+Green+Blue) = 27+39+174=240 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.25% from 240); Green value is 39 (15.62% from 255 or 16.25% from 240); Blue value is 174 (68.36% from 255 or 72.5% from 240); Max value from RGB is 174 - color contains mainly: blue. Hex color #1B27AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B27AE is #E4D851. Grayscale: #323232. Windows color (decimal): -14997586 or 11413275. OLE color: 11413275.

HSL color Cylindrical-coordinate representation of color #1B27AE: hue angle of 235.1º 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 #1B27AE is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2739174-
CMYK0.840.7800.32
HSL235.1º73.13%39.41%-
HSV(B)235.1º84.48%68.24%-
XYZ8.824.7440.49-
YUV50.8197.52111.02-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.25%
GREEN value IS 39 (15.62% from 255) = 16.25%
BLUE value IS 174 (68.36% from 255) = 72.5%
R=11.25%
G=16.25%
B=72.5%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal27391740.840.7800.32235.173.1339.41
Hex1B27AE544E020eb4927
Octal334725612411604035311147
Binary1101110011110101110101010010011100100000111010111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B27AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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