#27419E

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

Shades of Egyptian Blue #27419E

Tints of Egyptian Blue #27419E

Color information

#27419E (or 0x27419E) is unknown color: approx Egyptian Blue. HEX triplet: 27, 41 and 9E. RGB value is (39,65,158). Sum of RGB (Red+Green+Blue) = 39+65+158=262 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.89% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 158 (62.11% from 255 or 60.31% from 262); Max value from RGB is 158 - color contains mainly: blue. Hex color #27419E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27419E is #D8BE61. Grayscale: #434343. Windows color (decimal): -14204514 or 10371367. OLE color: 10371367.

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

Color convert

RGB3965158-
CMYK0.750.5900.38
HSL226.89º60.41%38.63%-
HSV(B)226.89º75.32%61.96%-
XYZ8.96.6833.17-
YUV67.83178.89107.44-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.89%
GREEN value IS 65 (25.78% from 255) = 24.81%
BLUE value IS 158 (62.11% from 255) = 60.31%
R=14.89%
G=24.81%
B=60.31%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal39651580.750.5900.38226.8960.4138.63
Hex27419E4B3B026e33c27
Octal47101236113730463437447
Binary1001111000001100111101001011111011010011011100011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27419E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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