#281E7C

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

Shades of Midnight Blue #281E7C

Tints of Midnight Blue #281E7C

Color information

#281E7C (or 0x281E7C) is unknown color: approx Midnight Blue. HEX triplet: 28, 1E and 7C. RGB value is (40,30,124). Sum of RGB (Red+Green+Blue) = 40+30+124=194 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.62% from 194); Green value is 30 (12.11% from 255 or 15.46% from 194); Blue value is 124 (48.83% from 255 or 63.92% from 194); Max value from RGB is 124 - color contains mainly: blue. Hex color #281E7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281E7C is #D7E183. Grayscale: #2B2B2B. Windows color (decimal): -14147972 or 8134184. OLE color: 8134184.

HSL color Cylindrical-coordinate representation of color #281E7C: hue angle of 246.38º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #281E7C is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4030124-
CMYK0.680.7600.51
HSL246.38º61.04%30.2%-
HSV(B)246.38º75.81%48.63%-
XYZ4.982.8319.35-
YUV43.71173.31125.36-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.62%
GREEN value IS 30 (12.11% from 255) = 15.46%
BLUE value IS 124 (48.83% from 255) = 63.92%
R=20.62%
G=15.46%
B=63.92%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal40301240.680.7600.51246.3861.0430.2
Hex281E7C444C033f63d1e
Octal50361741041140633667536
Binary1010001111011111001000100100110001100111111011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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