Html Css Color HEX #27459F Egyptian Blue

📋 copy color: '#27459F'

red 39 ◦ green 69 ◦ blue 159

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

Shades of Egyptian Blue #27459F

Tints of Egyptian Blue #27459F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.84%

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

R = 14.61%
G = 25.84%
B = 59.55%

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

#27459F (or 0x27459F) is known color: Egyptian Blue. HEX triplet: 27, 45 and 9F. RGB value is (39,69,159). Sum of RGB (Red+Green+Blue) = 39+69+159=267 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.61% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 159 (62.5% from 255 or 59.55% from 267); Max value from RGB is 159 - color contains mainly: blue. Hex color #27459F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27459F is #D8BA60. Grayscale: #454545. Windows color (decimal): -14203489 or 10437927. OLE color: 10437927.

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

Color convert

RGB 39 69 159 -
CMYK 0.75 0.57 0 0.38
HSL 225º 0.61% 0.39% -
HSV(B) 225º 0.75% 0.62% -
XYZ 9.22 7.19 33.7 -
YUV 70.29 178.06 105.68 -
System Red Green Blue C M Y K H S L
Decimal 39 69 159 0.75 0.57 0 0.38 225 0.61 0.39
Hex 27 45 9F 4B 39 0 26 E1 3D 27
Octal 47 105 237 113 71 0 46 341 75 47
Binary 100111 1000101 10011111 1001011 111001 0 100110 11100001 111101 100111

Color Harmonies of #27459F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27459F

Black with #27459F

Text Example


Text Example

White with #27459F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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