#28268B

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

Shades of Midnight Blue #28268B

Tints of Midnight Blue #28268B

Color information

#28268B (or 0x28268B) is unknown color: approx Midnight Blue. HEX triplet: 28, 26 and 8B. RGB value is (40,38,139). Sum of RGB (Red+Green+Blue) = 40+38+139=217 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.43% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 139 (54.69% from 255 or 64.06% from 217); Max value from RGB is 139 - color contains mainly: blue. Hex color #28268B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28268B is #D7D974. Grayscale: #313131. Windows color (decimal): -14145909 or 9119272. OLE color: 9119272.

HSL color Cylindrical-coordinate representation of color #28268B: hue angle of 241.19º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28268B is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4038139-
CMYK0.710.7300.45
HSL241.19º57.06%34.71%-
HSV(B)241.19º72.66%54.51%-
XYZ6.233.724.81-
YUV50.11178.16120.79-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.43%
GREEN value IS 38 (15.23% from 255) = 17.51%
BLUE value IS 139 (54.69% from 255) = 64.06%
R=18.43%
G=17.51%
B=64.06%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal40381390.710.7300.45241.1957.0634.71
Hex28268B474902Df13923
Octal50462131071110553617143
Binary1010001001101000101110001111001001010110111110001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28268B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28268B; }

 p { color: rgb(40,38,139); }

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

<style>
 a { background-color: #28268B; }

 a { background-color: rgb(40,38,139); }

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

<style>
 span { border-color: #28268B; }

 span { border-color: rgb(40,38,139); }

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