#28258A

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

Shades of Midnight Blue #28258A

Tints of Midnight Blue #28258A

Color information

#28258A (or 0x28258A) is unknown color: approx Midnight Blue. HEX triplet: 28, 25 and 8A. RGB value is (40,37,138). Sum of RGB (Red+Green+Blue) = 40+37+138=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 138 (54.30% from 255 or 64.19% from 215); Max value from RGB is 138 - color contains mainly: blue. Hex color #28258A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28258A is #D7DA75. Grayscale: #313131. Windows color (decimal): -14146166 or 9053480. OLE color: 9053480.

HSL color Cylindrical-coordinate representation of color #28258A: hue angle of 241.78º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28258A is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4037138-
CMYK0.710.7300.46
HSL241.78º57.71%34.31%-
HSV(B)241.78º73.19%54.12%-
XYZ6.123.6124.42-
YUV49.41177.99121.29-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.60%
GREEN value IS 37 (14.84% from 255) = 17.21%
BLUE value IS 138 (54.30% from 255) = 64.19%
R=18.60%
G=17.21%
B=64.19%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal40371380.710.7300.46241.7857.7134.31
Hex28258A474902Ef23a22
Octal50452121071110563627242
Binary1010001001011000101010001111001001010111011110010111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28258A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28258A; }

 p { color: rgb(40,37,138); }

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

<style>
 a { background-color: #28258A; }

 a { background-color: rgb(40,37,138); }

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

<style>
 span { border-color: #28258A; }

 span { border-color: rgb(40,37,138); }

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