#1c27a0

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

Shades of Egyptian Blue #1C27A0

Tints of Egyptian Blue #1C27A0

Color information

#1C27A0 (or 0x1C27A0) is unknown color: approx Egyptian Blue. HEX triplet: 1C, 27 and A0. RGB value is (28,39,160). Sum of RGB (Red+Green+Blue) = 28+39+160=227 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.33% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 160 (62.89% from 255 or 70.48% from 227); Max value from RGB is 160 - color contains mainly: blue. Hex color #1C27A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C27A0 is #E3D85F. Grayscale: #313131. Windows color (decimal): -14932064 or 10495772. OLE color: 10495772.

HSL color Cylindrical-coordinate representation of color #1C27A0: hue angle of 235º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C27A0 is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB2839160-
CMYK0.820.7600.37
HSL235º70.21%36.86%-
HSV(B)235º82.5%62.75%-
XYZ7.554.2433.68-
YUV49.5190.36112.66-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.33%
GREEN value IS 39 (15.62% from 255) = 17.18%
BLUE value IS 160 (62.89% from 255) = 70.48%
R=12.33%
G=17.18%
B=70.48%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal28391600.820.7600.3723570.2136.86
Hex1C27A0524C025eb4625
Octal344724012211404535310645
Binary1110010011110100000101001010011000100101111010111000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c27a0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,39,160); }

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

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

 a { background-color: rgb(28,39,160); }

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

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

 span { border-color: rgb(28,39,160); }

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