#281E78

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

Shades of Midnight Blue #281E78

Tints of Midnight Blue #281E78

Color information

#281E78 (or 0x281E78) is unknown color: approx Midnight Blue. HEX triplet: 28, 1E and 78. RGB value is (40,30,120). Sum of RGB (Red+Green+Blue) = 40+30+120=190 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.05% from 190); Green value is 30 (12.11% from 255 or 15.79% from 190); Blue value is 120 (47.27% from 255 or 63.16% from 190); Max value from RGB is 120 - color contains mainly: blue. Hex color #281E78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281E78 is #D7E187. Grayscale: #2A2A2A. Windows color (decimal): -14147976 or 7872040. OLE color: 7872040.

HSL color Cylindrical-coordinate representation of color #281E78: hue angle of 246.67º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #281E78 is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4030120-
CMYK0.670.7500.53
HSL246.67º60%29.41%-
HSV(B)246.67º75%47.06%-
XYZ4.732.7418.05-
YUV43.25171.31125.68-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.05%
GREEN value IS 30 (12.11% from 255) = 15.79%
BLUE value IS 120 (47.27% from 255) = 63.16%
R=21.05%
G=15.79%
B=63.16%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40301200.670.7500.53246.676029.41
Hex281E78434B035f73c1d
Octal50361701031130653677435
Binary1010001111011110001000011100101101101011111011111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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