#28268C

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

Shades of Midnight Blue #28268C

Tints of Midnight Blue #28268C

Color information

#28268C (or 0x28268C) is unknown color: approx Midnight Blue. HEX triplet: 28, 26 and 8C. RGB value is (40,38,140). Sum of RGB (Red+Green+Blue) = 40+38+140=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 140 (55.08% from 255 or 64.22% from 218); Max value from RGB is 140 - color contains mainly: blue. Hex color #28268C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28268C is #D7D973. Grayscale: #313131. Windows color (decimal): -14145908 or 9184808. OLE color: 9184808.

HSL color Cylindrical-coordinate representation of color #28268C: hue angle of 241.18º 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 #28268C is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4038140-
CMYK0.710.7300.45
HSL241.18º57.3%34.9%-
HSV(B)241.18º72.86%54.9%-
XYZ6.33.7325.2-
YUV50.23178.66120.71-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.35%
GREEN value IS 38 (15.23% from 255) = 17.43%
BLUE value IS 140 (55.08% from 255) = 64.22%
R=18.35%
G=17.43%
B=64.22%

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
Decimal40381400.710.7300.45241.1857.334.9
Hex28268C474902Df13923
Octal50462141071110553617143
Binary1010001001101000110010001111001001010110111110001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28268C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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