#281E72

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

Shades of Midnight Blue #281E72

Tints of Midnight Blue #281E72

Color information

#281E72 (or 0x281E72) is unknown color: approx Midnight Blue. HEX triplet: 28, 1E and 72. RGB value is (40,30,114). Sum of RGB (Red+Green+Blue) = 40+30+114=184 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.74% from 184); Green value is 30 (12.11% from 255 or 16.30% from 184); Blue value is 114 (44.92% from 255 or 61.96% from 184); Max value from RGB is 114 - color contains mainly: blue. Hex color #281E72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281E72 is #D7E18D. Grayscale: #2A2A2A. Windows color (decimal): -14147982 or 7478824. OLE color: 7478824.

HSL color Cylindrical-coordinate representation of color #281E72: hue angle of 247.14º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #281E72 is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4030114-
CMYK0.650.7400.55
HSL247.14º58.33%28.24%-
HSV(B)247.14º73.68%44.71%-
XYZ4.382.5916.19-
YUV42.57168.31126.17-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.74%
GREEN value IS 30 (12.11% from 255) = 16.30%
BLUE value IS 114 (44.92% from 255) = 61.96%
R=21.74%
G=16.30%
B=61.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40301140.650.7400.55247.1458.3328.24
Hex281E72414A037f73a1c
Octal50361621011120673677234
Binary1010001111011100101000001100101001101111111011111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281E72; }

 p { color: rgb(40,30,114); }

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

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

 a { background-color: rgb(40,30,114); }

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

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

 span { border-color: rgb(40,30,114); }

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