Html Css Color HEX #271970 Midnight Blue

📋 copy color: '#271970'

red 39 ◦ green 25 ◦ blue 112

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

Shades of Midnight Blue #271970

Tints of Midnight Blue #271970

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.2%

 BLUE value IS 112 (44.14% from 255) = 63.64%

R = 22.16%
G = 14.2%
B = 63.64%

CMYK

 C value IS 0.65

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#271970 (or 0x271970) is known color: Midnight Blue. HEX triplet: 27, 19 and 70. RGB value is (39,25,112). Sum of RGB (Red+Green+Blue) = 39+25+112=176 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.16% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 112 (44.14% from 255 or 63.64% from 176); Max value from RGB is 112 - color contains mainly: blue. Hex color #271970 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271970 is #D8E68F. Grayscale: #262626. Windows color (decimal): -14214800 or 7346471. OLE color: 7346471.

HSL color Cylindrical-coordinate representation of color #271970: hue angle of 249.66º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #271970 is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 39 25 112 -
CMYK 0.65 0.78 0 0.56
HSL 249.66º 0.64% 0.27% -
HSV(B) 249.66º 0.78% 0.44% -
XYZ 4.11 2.3 15.56 -
YUV 39.1 169.14 127.93 -
System Red Green Blue C M Y K H S L
Decimal 39 25 112 0.65 0.78 0 0.56 249.66 0.64 0.27
Hex 27 19 70 41 4E 0 38 FA 40 1B
Octal 47 31 160 101 116 0 70 372 100 33
Binary 100111 11001 1110000 1000001 1001110 0 111000 11111010 1000000 11011

Color Harmonies of #271970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271970

Black with #271970

Text Example


Text Example

White with #271970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271970; }

 p { color: rgb(39,25,112); }

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

background-color css

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

 a { background-color: rgb(39,25,112); }

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

border-color css

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

 span { border-color: rgb(39,25,112); }

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