Html Css Color HEX #27419C Egyptian Blue

📋 copy color: '#27419C'

red 39 ◦ green 65 ◦ blue 156

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

Shades of Egyptian Blue #27419C

Tints of Egyptian Blue #27419C

RGB

 RED value IS 39 (15.63% 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 value IS 0.75

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#27419C (or 0x27419C) is known color: 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

RGB 39 65 156 -
CMYK 0.75 0.58 0 0.39
HSL 226.67º 0.6% 0.38% -
HSV(B) 226.67º 0.75% 0.61% -
XYZ 8.73 6.61 32.27 -
YUV 67.6 177.89 107.6 -
System Red Green Blue C M Y K H S L
Decimal 39 65 156 0.75 0.58 0 0.39 226.67 0.6 0.38
Hex 27 41 9C 4B 3A 0 27 E3 3C 26
Octal 47 101 234 113 72 0 47 343 74 46
Binary 100111 1000001 10011100 1001011 111010 0 100111 11100011 111100 100110

Color Harmonies of #27419C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27419C

Black with #27419C

Text Example


Text Example

White with #27419C

Text Example


Text Example

HTML Codes & Css Web 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>