Html Css Color HEX #271B76 Midnight Blue

📋 copy color: '#271B76'

red 39 ◦ green 27 ◦ blue 118

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

Shades of Midnight Blue #271B76

Tints of Midnight Blue #271B76

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.67%

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

R = 21.2%
G = 14.67%
B = 64.13%

CMYK

 C value IS 0.67

 M value IS 0.77

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#271B76 (or 0x271B76) is known color: Midnight Blue. HEX triplet: 27, 1B and 76. RGB value is (39,27,118). Sum of RGB (Red+Green+Blue) = 39+27+118=184 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.20% from 184); Green value is 27 (10.94% from 255 or 14.67% from 184); Blue value is 118 (46.48% from 255 or 64.13% from 184); Max value from RGB is 118 - color contains mainly: blue. Hex color #271B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271B76 is #D8E489. Grayscale: #282828. Windows color (decimal): -14214282 or 7740199. OLE color: 7740199.

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

Color convert

RGB 39 27 118 -
CMYK 0.67 0.77 0 0.54
HSL 247.91º 0.63% 0.28% -
HSV(B) 247.91º 0.77% 0.46% -
XYZ 4.5 2.52 17.39 -
YUV 40.96 171.48 126.6 -
System Red Green Blue C M Y K H S L
Decimal 39 27 118 0.67 0.77 0 0.54 247.91 0.63 0.28
Hex 27 1B 76 43 4D 0 36 F8 3F 1C
Octal 47 33 166 103 115 0 66 370 77 34
Binary 100111 11011 1110110 1000011 1001101 0 110110 11111000 111111 11100

Color Harmonies of #271B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271B76

Black with #271B76

Text Example


Text Example

White with #271B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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