Html Css Color HEX #27409E Egyptian Blue

📋 copy color: '#27409E'

red 39 ◦ green 64 ◦ blue 158

#27409E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #27409E

Tints of Egyptian Blue #27409E

RGB

 RED value IS 39 (15.63% from 255) = 14.94%

 GREEN value IS 64 (25.39% from 255) = 24.52%

 BLUE value IS 158 (62.11% from 255) = 60.54%

R = 14.94%
G = 24.52%
B = 60.54%

CMYK

 C value IS 0.75

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#27409E (or 0x27409E) is known color: Egyptian Blue. HEX triplet: 27, 40 and 9E. RGB value is (39,64,158). Sum of RGB (Red+Green+Blue) = 39+64+158=261 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.94% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 158 (62.11% from 255 or 60.54% from 261); Max value from RGB is 158 - color contains mainly: blue. Hex color #27409E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27409E is #D8BF61. Grayscale: #424242. Windows color (decimal): -14204770 or 10371111. OLE color: 10371111.

HSL color Cylindrical-coordinate representation of color #27409E: hue angle of 227.39º 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 #27409E is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 39 64 158 -
CMYK 0.75 0.59 0 0.38
HSL 227.4º 0.6% 0.39% -
HSV(B) 227.4º 0.75% 0.62% -
XYZ 8.84 6.57 33.15 -
YUV 67.24 179.22 107.86 -
System Red Green Blue C M Y K H S L
Decimal 39 64 158 0.75 0.59 0 0.38 227.4 0.6 0.39
Hex 27 40 9E 4B 3B 0 26 E3 3C 27
Octal 47 100 236 113 73 0 46 343 74 47
Binary 100111 1000000 10011110 1001011 111011 0 100110 11100011 111100 100111

Color Harmonies of #27409E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27409E

Black with #27409E

Text Example


Text Example

White with #27409E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #27409E;
 }
 .AnyTagClassName
 {
   color: #27409E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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