Html Css Color HEX #27449F Egyptian Blue

📋 copy color: '#27449F'

red 39 ◦ green 68 ◦ blue 159

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

Shades of Egyptian Blue #27449F

Tints of Egyptian Blue #27449F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.56%

 BLUE value IS 159 (62.5% from 255) = 59.77%

R = 14.66%
G = 25.56%
B = 59.77%

CMYK

 C value IS 0.75

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#27449F (or 0x27449F) is known color: Egyptian Blue. HEX triplet: 27, 44 and 9F. RGB value is (39,68,159). Sum of RGB (Red+Green+Blue) = 39+68+159=266 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.66% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 159 (62.5% from 255 or 59.77% from 266); Max value from RGB is 159 - color contains mainly: blue. Hex color #27449F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27449F is #D8BB60. Grayscale: #454545. Windows color (decimal): -14203745 or 10437671. OLE color: 10437671.

HSL color Cylindrical-coordinate representation of color #27449F: hue angle of 225.5º degrees, saturation: 0.61, 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 #27449F is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 39 68 159 -
CMYK 0.75 0.57 0 0.38
HSL 225.5º 0.61% 0.39% -
HSV(B) 225.5º 0.75% 0.62% -
XYZ 9.16 7.07 33.68 -
YUV 69.7 178.39 106.1 -
System Red Green Blue C M Y K H S L
Decimal 39 68 159 0.75 0.57 0 0.38 225.5 0.61 0.39
Hex 27 44 9F 4B 39 0 26 E2 3D 27
Octal 47 104 237 113 71 0 46 342 75 47
Binary 100111 1000100 10011111 1001011 111001 0 100110 11100010 111101 100111

Color Harmonies of #27449F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27449F

Black with #27449F

Text Example


Text Example

White with #27449F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27449F; }

 p { color: rgb(39,68,159); }

 H1.HeaderClassName
 {
   color: #27449F;
 }
 .AnyTagClassName
 {
   color: #27449F;
 }
</style>

background-color css

<style>
 a { background-color: #27449F; }

 a { background-color: rgb(39,68,159); }

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

border-color css

<style>
 span { border-color: #27449F; }

 span { border-color: rgb(39,68,159); }

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