#281F70

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

Shades of Midnight Blue #281F70

Tints of Midnight Blue #281F70

Color information

#281F70 (or 0x281F70) is unknown color: approx Midnight Blue. HEX triplet: 28, 1F and 70. RGB value is (40,31,112). Sum of RGB (Red+Green+Blue) = 40+31+112=183 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.86% from 183); Green value is 31 (12.5% from 255 or 16.94% from 183); Blue value is 112 (44.14% from 255 or 61.20% from 183); Max value from RGB is 112 - color contains mainly: blue. Hex color #281F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281F70 is #D7E08F. Grayscale: #2A2A2A. Windows color (decimal): -14147728 or 7348008. OLE color: 7348008.

HSL color Cylindrical-coordinate representation of color #281F70: hue angle of 246.67º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #281F70 is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4031112-
CMYK0.640.7200.56
HSL246.67º56.64%28.04%-
HSV(B)246.67º72.32%43.92%-
XYZ4.292.615.61-
YUV42.92166.98125.91-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.86%
GREEN value IS 31 (12.5% from 255) = 16.94%
BLUE value IS 112 (44.14% from 255) = 61.20%
R=21.86%
G=16.94%
B=61.20%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40311120.640.7200.56246.6756.6428.04
Hex281F704048038f7391c
Octal50371601001100703677134
Binary1010001111111100001000000100100001110001111011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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