#271C70

Color #271C70 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #271C70

Tints of Midnight Blue #271C70

Color information

#271C70 (or 0x271C70) is unknown color: approx Midnight Blue. HEX triplet: 27, 1C and 70. RGB value is (39,28,112). Sum of RGB (Red+Green+Blue) = 39+28+112=179 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.79% from 179); Green value is 28 (11.33% from 255 or 15.64% from 179); Blue value is 112 (44.14% from 255 or 62.57% from 179); Max value from RGB is 112 - color contains mainly: blue. Hex color #271C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271C70 is #D8E38F. Grayscale: #282828. Windows color (decimal): -14214032 or 7347239. OLE color: 7347239.

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

Color convert

RGB3928112-
CMYK0.650.7500.56
HSL247.86º60%27.45%-
HSV(B)247.86º75%43.92%-
XYZ4.182.4315.58-
YUV40.86168.14126.67-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.79%
GREEN value IS 28 (11.33% from 255) = 15.64%
BLUE value IS 112 (44.14% from 255) = 62.57%
R=21.79%
G=15.64%
B=62.57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39281120.650.7500.56247.866027.45
Hex271C70414B038f83c1b
Octal47341601011130703707433
Binary1001111110011100001000001100101101110001111100011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #271C70;
 }
 .AnyTagClassName
 {
   color: #271C70;
 }
</style>
background-color css

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

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

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

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

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

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