#272585

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

Shades of Midnight Blue #272585

Tints of Midnight Blue #272585

Color information

#272585 (or 0x272585) is unknown color: approx Midnight Blue. HEX triplet: 27, 25 and 85. RGB value is (39,37,133). Sum of RGB (Red+Green+Blue) = 39+37+133=209 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.66% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 133 (52.34% from 255 or 63.64% from 209); Max value from RGB is 133 - color contains mainly: blue. Hex color #272585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272585 is #D8DA7A. Grayscale: #303030. Windows color (decimal): -14211707 or 8725799. OLE color: 8725799.

HSL color Cylindrical-coordinate representation of color #272585: hue angle of 241.25º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #272585 is Cyan = 0.71, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3937133-
CMYK0.710.7200.48
HSL241.25º56.47%33.33%-
HSV(B)241.25º72.18%52.16%-
XYZ5.733.4522.55-
YUV48.54175.66121.19-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.66%
GREEN value IS 37 (14.84% from 255) = 17.70%
BLUE value IS 133 (52.34% from 255) = 63.64%
R=18.66%
G=17.70%
B=63.64%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal39371330.710.7200.48241.2556.4733.33
Hex2725854748030f13821
Octal47452051071100603617041
Binary1001111001011000010110001111001000011000011110001111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272585; }

 p { color: rgb(39,37,133); }

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

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

 a { background-color: rgb(39,37,133); }

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

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

 span { border-color: rgb(39,37,133); }

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