#27267C

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

Shades of Midnight Blue #27267C

Tints of Midnight Blue #27267C

Color information

#27267C (or 0x27267C) is unknown color: approx Midnight Blue. HEX triplet: 27, 26 and 7C. RGB value is (39,38,124). Sum of RGB (Red+Green+Blue) = 39+38+124=201 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.40% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 124 (48.83% from 255 or 61.69% from 201); Max value from RGB is 124 - color contains mainly: blue. Hex color #27267C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27267C is #D8D983. Grayscale: #2F2F2F. Windows color (decimal): -14211460 or 8136231. OLE color: 8136231.

HSL color Cylindrical-coordinate representation of color #27267C: hue angle of 240.7º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #27267C is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3938124-
CMYK0.690.6900.51
HSL240.7º53.09%31.76%-
HSV(B)240.7º69.35%48.63%-
XYZ5.173.2719.43-
YUV48.1170.83121.51-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.40%
GREEN value IS 38 (15.23% from 255) = 18.91%
BLUE value IS 124 (48.83% from 255) = 61.69%
R=19.40%
G=18.91%
B=61.69%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal39381240.690.6900.51240.753.0931.76
Hex27267C4545033f13520
Octal47461741051050633616540
Binary100111100110111110010001011000101011001111110001110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27267C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27267C; }

 p { color: rgb(39,38,124); }

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

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

 a { background-color: rgb(39,38,124); }

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

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

 span { border-color: rgb(39,38,124); }

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