Html Css Color HEX #27419D Egyptian Blue

📋 copy color: '#27419D'

red 39 ◦ green 65 ◦ blue 157

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

Shades of Egyptian Blue #27419D

Tints of Egyptian Blue #27419D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.9%

 BLUE value IS 157 (61.72% from 255) = 60.15%

R = 14.94%
G = 24.9%
B = 60.15%

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

#27419D (or 0x27419D) is known color: Egyptian Blue. HEX triplet: 27, 41 and 9D. RGB value is (39,65,157). Sum of RGB (Red+Green+Blue) = 39+65+157=261 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.94% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 157 (61.72% from 255 or 60.15% from 261); Max value from RGB is 157 - color contains mainly: blue. Hex color #27419D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27419D is #D8BE62. Grayscale: #434343. Windows color (decimal): -14204515 or 10305831. OLE color: 10305831.

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

Color convert

RGB 39 65 157 -
CMYK 0.75 0.59 0 0.38
HSL 226.78º 0.6% 0.38% -
HSV(B) 226.78º 0.75% 0.62% -
XYZ 8.81 6.65 32.72 -
YUV 67.71 178.39 107.52 -
System Red Green Blue C M Y K H S L
Decimal 39 65 157 0.75 0.59 0 0.38 226.78 0.6 0.38
Hex 27 41 9D 4B 3B 0 26 E3 3C 26
Octal 47 101 235 113 73 0 46 343 74 46
Binary 100111 1000001 10011101 1001011 111011 0 100110 11100011 111100 100110

Color Harmonies of #27419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27419D

Black with #27419D

Text Example


Text Example

White with #27419D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #27419D;
 }
 .AnyTagClassName
 {
   color: #27419D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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