#27419C

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

Shades of Egyptian Blue #27419C

Tints of Egyptian Blue #27419C

Color information

#27419C (or 0x27419C) is unknown color: approx Egyptian Blue. HEX triplet: 27, 41 and 9C. RGB value is (39,65,156). Sum of RGB (Red+Green+Blue) = 39+65+156=260 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 156 (61.33% from 255 or 60% from 260); Max value from RGB is 156 - color contains mainly: blue. Hex color #27419C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27419C is #D8BE63. Grayscale: #434343. Windows color (decimal): -14204516 or 10240295. OLE color: 10240295.

HSL color Cylindrical-coordinate representation of color #27419C: hue angle of 226.67º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27419C is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3965156-
CMYK0.750.5800.39
HSL226.67º60%38.24%-
HSV(B)226.67º75%61.18%-
XYZ8.736.6132.27-
YUV67.6177.89107.6-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15%
GREEN value IS 65 (25.78% from 255) = 25%
BLUE value IS 156 (61.33% from 255) = 60%
R=15%
G=25%
B=60%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal39651560.750.5800.39226.676038.24
Hex27419C4B3A027e33c26
Octal47101234113720473437446
Binary1001111000001100111001001011111010010011111100011111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27419C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27419C; }

 p { color: rgb(39,65,156); }

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

<style>
 a { background-color: #27419C; }

 a { background-color: rgb(39,65,156); }

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

<style>
 span { border-color: #27419C; }

 span { border-color: rgb(39,65,156); }

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