#281D7A

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

Shades of Midnight Blue #281D7A

Tints of Midnight Blue #281D7A

Color information

#281D7A (or 0x281D7A) is unknown color: approx Midnight Blue. HEX triplet: 28, 1D and 7A. RGB value is (40,29,122). Sum of RGB (Red+Green+Blue) = 40+29+122=191 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.94% from 191); Green value is 29 (11.72% from 255 or 15.18% from 191); Blue value is 122 (48.05% from 255 or 63.87% from 191); Max value from RGB is 122 - color contains mainly: blue. Hex color #281D7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281D7A is #D7E285. Grayscale: #2A2A2A. Windows color (decimal): -14148230 or 8002856. OLE color: 8002856.

HSL color Cylindrical-coordinate representation of color #281D7A: hue angle of 247.1º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #281D7A is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4029122-
CMYK0.670.7600.52
HSL247.1º61.59%29.61%-
HSV(B)247.1º76.23%47.84%-
XYZ4.832.7318.69-
YUV42.89172.64125.94-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.94%
GREEN value IS 29 (11.72% from 255) = 15.18%
BLUE value IS 122 (48.05% from 255) = 63.87%
R=20.94%
G=15.18%
B=63.87%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal40291220.670.7600.52247.161.5929.61
Hex281D7A434C034f73e1e
Octal50351721031140643677636
Binary1010001110111110101000011100110001101001111011111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,29,122); }

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

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

 a { background-color: rgb(40,29,122); }

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

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

 span { border-color: rgb(40,29,122); }

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