#281F7E

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

Shades of Midnight Blue #281F7E

Tints of Midnight Blue #281F7E

Color information

#281F7E (or 0x281F7E) is unknown color: approx Midnight Blue. HEX triplet: 28, 1F and 7E. RGB value is (40,31,126). Sum of RGB (Red+Green+Blue) = 40+31+126=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 31 (12.5% from 255 or 15.74% from 197); Blue value is 126 (49.61% from 255 or 63.96% from 197); Max value from RGB is 126 - color contains mainly: blue. Hex color #281F7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281F7E is #D7E081. Grayscale: #2C2C2C. Windows color (decimal): -14147714 or 8265512. OLE color: 8265512.

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

Color convert

RGB4031126-
CMYK0.680.7500.51
HSL245.68º60.51%30.78%-
HSV(B)245.68º75.4%49.41%-
XYZ5.132.9420.04-
YUV44.52173.98124.78-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.30%
GREEN value IS 31 (12.5% from 255) = 15.74%
BLUE value IS 126 (49.61% from 255) = 63.96%
R=20.30%
G=15.74%
B=63.96%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal40311260.680.7500.51245.6860.5130.78
Hex281F7E444B033f63d1f
Octal50371761041130633667537
Binary1010001111111111101000100100101101100111111011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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