Html Css Color HEX #271A76 Midnight Blue

📋 copy color: '#271A76'

red 39 ◦ green 26 ◦ blue 118

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

Shades of Midnight Blue #271A76

Tints of Midnight Blue #271A76

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.21%

 BLUE value IS 118 (46.48% from 255) = 64.48%

R = 21.31%
G = 14.21%
B = 64.48%

CMYK

 C value IS 0.67

 M value IS 0.78

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#271A76 (or 0x271A76) is known color: Midnight Blue. HEX triplet: 27, 1A and 76. RGB value is (39,26,118). Sum of RGB (Red+Green+Blue) = 39+26+118=183 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.31% from 183); Green value is 26 (10.55% from 255 or 14.21% from 183); Blue value is 118 (46.48% from 255 or 64.48% from 183); Max value from RGB is 118 - color contains mainly: blue. Hex color #271A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271A76 is #D8E589. Grayscale: #282828. Windows color (decimal): -14214538 or 7739943. OLE color: 7739943.

HSL color Cylindrical-coordinate representation of color #271A76: hue angle of 248.48º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #271A76 is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 39 26 118 -
CMYK 0.67 0.78 0 0.54
HSL 248.48º 0.64% 0.28% -
HSV(B) 248.48º 0.78% 0.46% -
XYZ 4.48 2.48 17.38 -
YUV 40.38 171.81 127.02 -
System Red Green Blue C M Y K H S L
Decimal 39 26 118 0.67 0.78 0 0.54 248.48 0.64 0.28
Hex 27 1A 76 43 4E 0 36 F8 40 1C
Octal 47 32 166 103 116 0 66 370 100 34
Binary 100111 11010 1110110 1000011 1001110 0 110110 11111000 1000000 11100

Color Harmonies of #271A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271A76

Black with #271A76

Text Example


Text Example

White with #271A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,26,118); }

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

background-color css

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

 a { background-color: rgb(39,26,118); }

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

border-color css

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

 span { border-color: rgb(39,26,118); }

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