Html Css Color HEX #271E78 Midnight Blue

📋 copy color: '#271E78'

red 39 ◦ green 30 ◦ blue 120

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

Shades of Midnight Blue #271E78

Tints of Midnight Blue #271E78

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.87%

 BLUE value IS 120 (47.27% from 255) = 63.49%

R = 20.63%
G = 15.87%
B = 63.49%

CMYK

 C value IS 0.67

 M value IS 0.75

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#271E78 (or 0x271E78) is known color: Midnight Blue. HEX triplet: 27, 1E and 78. RGB value is (39,30,120). Sum of RGB (Red+Green+Blue) = 39+30+120=189 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.63% from 189); Green value is 30 (12.11% from 255 or 15.87% from 189); Blue value is 120 (47.27% from 255 or 63.49% from 189); Max value from RGB is 120 - color contains mainly: blue. Hex color #271E78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271E78 is #D8E187. Grayscale: #2A2A2A. Windows color (decimal): -14213512 or 7872039. OLE color: 7872039.

HSL color Cylindrical-coordinate representation of color #271E78: hue angle of 246º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #271E78 is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 39 30 120 -
CMYK 0.67 0.75 0 0.53
HSL 246º 0.6% 0.29% -
HSV(B) 246º 0.75% 0.47% -
XYZ 4.69 2.72 18.05 -
YUV 42.95 171.48 125.18 -
System Red Green Blue C M Y K H S L
Decimal 39 30 120 0.67 0.75 0 0.53 246 0.6 0.29
Hex 27 1E 78 43 4B 0 35 F6 3C 1D
Octal 47 36 170 103 113 0 65 366 74 35
Binary 100111 11110 1111000 1000011 1001011 0 110101 11110110 111100 11101

Color Harmonies of #271E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271E78

Black with #271E78

Text Example


Text Example

White with #271E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271E78; }

 p { color: rgb(39,30,120); }

 H1.HeaderClassName
 {
   color: #271E78;
 }
 .AnyTagClassName
 {
   color: #271E78;
 }
</style>

background-color css

<style>
 a { background-color: #271E78; }

 a { background-color: rgb(39,30,120); }

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

border-color css

<style>
 span { border-color: #271E78; }

 span { border-color: rgb(39,30,120); }

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