Html Css Color HEX #271F6E Midnight Blue

📋 copy color: '#271F6E'

red 39 ◦ green 31 ◦ blue 110

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

Shades of Midnight Blue #271F6E

Tints of Midnight Blue #271F6E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.22%

 BLUE value IS 110 (43.36% from 255) = 61.11%

R = 21.67%
G = 17.22%
B = 61.11%

CMYK

 C value IS 0.65

 M value IS 0.72

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#271F6E (or 0x271F6E) is known color: Midnight Blue. HEX triplet: 27, 1F and 6E. RGB value is (39,31,110). Sum of RGB (Red+Green+Blue) = 39+31+110=180 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.67% from 180); Green value is 31 (12.5% from 255 or 17.22% from 180); Blue value is 110 (43.36% from 255 or 61.11% from 180); Max value from RGB is 110 - color contains mainly: blue. Hex color #271F6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271F6E is #D8E091. Grayscale: #2A2A2A. Windows color (decimal): -14213266 or 7216935. OLE color: 7216935.

HSL color Cylindrical-coordinate representation of color #271F6E: hue angle of 246.08º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #271F6E is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 39 31 110 -
CMYK 0.65 0.72 0 0.57
HSL 246.08º 0.56% 0.28% -
HSV(B) 246.08º 0.72% 0.43% -
XYZ 4.14 2.54 15.02 -
YUV 42.4 166.15 125.58 -
System Red Green Blue C M Y K H S L
Decimal 39 31 110 0.65 0.72 0 0.57 246.08 0.56 0.28
Hex 27 1F 6E 41 48 0 39 F6 38 1C
Octal 47 37 156 101 110 0 71 366 70 34
Binary 100111 11111 1101110 1000001 1001000 0 111001 11110110 111000 11100

Color Harmonies of #271F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271F6E

Black with #271F6E

Text Example


Text Example

White with #271F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,31,110); }

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

background-color css

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

 a { background-color: rgb(39,31,110); }

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

border-color css

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

 span { border-color: rgb(39,31,110); }

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