#281F73

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

Shades of Midnight Blue #281F73

Tints of Midnight Blue #281F73

Color information

#281F73 (or 0x281F73) is unknown color: approx Midnight Blue. HEX triplet: 28, 1F and 73. RGB value is (40,31,115). Sum of RGB (Red+Green+Blue) = 40+31+115=186 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.51% from 186); Green value is 31 (12.5% from 255 or 16.67% from 186); Blue value is 115 (45.31% from 255 or 61.83% from 186); Max value from RGB is 115 - color contains mainly: blue. Hex color #281F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281F73 is #D7E08C. Grayscale: #2A2A2A. Windows color (decimal): -14147725 or 7544616. OLE color: 7544616.

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

Color convert

RGB4031115-
CMYK0.650.7300.55
HSL246.43º57.53%28.63%-
HSV(B)246.43º73.04%45.1%-
XYZ4.462.6716.5-
YUV43.27168.48125.67-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.51%
GREEN value IS 31 (12.5% from 255) = 16.67%
BLUE value IS 115 (45.31% from 255) = 61.83%
R=21.51%
G=16.67%
B=61.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40311150.650.7300.55246.4357.5328.63
Hex281F734149037f63a1d
Octal50371631011110673667235
Binary1010001111111100111000001100100101101111111011011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,31,115); }

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

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

 a { background-color: rgb(40,31,115); }

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

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

 span { border-color: rgb(40,31,115); }

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