#27268A

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

Shades of Midnight Blue #27268A

Tints of Midnight Blue #27268A

Color information

#27268A (or 0x27268A) is unknown color: approx Midnight Blue. HEX triplet: 27, 26 and 8A. RGB value is (39,38,138). Sum of RGB (Red+Green+Blue) = 39+38+138=215 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.14% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 138 (54.30% from 255 or 64.19% from 215); Max value from RGB is 138 - color contains mainly: blue. Hex color #27268A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27268A is #D8D975. Grayscale: #313131. Windows color (decimal): -14211446 or 9053735. OLE color: 9053735.

HSL color Cylindrical-coordinate representation of color #27268A: hue angle of 240.6º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27268A is Cyan = 0.72, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3938138-
CMYK0.720.7200.46
HSL240.6º56.82%34.51%-
HSV(B)240.6º72.46%54.12%-
XYZ6.123.6524.43-
YUV49.7177.83120.37-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.14%
GREEN value IS 38 (15.23% from 255) = 17.67%
BLUE value IS 138 (54.30% from 255) = 64.19%
R=18.14%
G=17.67%
B=64.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal39381380.720.7200.46240.656.8234.51
Hex27268A484802Ef13923
Octal47462121101100563617143
Binary1001111001101000101010010001001000010111011110001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27268A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27268A; }

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

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

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

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

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

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

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

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