#28267F

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

Shades of Midnight Blue #28267F

Tints of Midnight Blue #28267F

Color information

#28267F (or 0x28267F) is unknown color: approx Midnight Blue. HEX triplet: 28, 26 and 7F. RGB value is (40,38,127). Sum of RGB (Red+Green+Blue) = 40+38+127=205 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.51% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 127 (50% from 255 or 61.95% from 205); Max value from RGB is 127 - color contains mainly: blue. Hex color #28267F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28267F is #D7D980. Grayscale: #303030. Windows color (decimal): -14145921 or 8332840. OLE color: 8332840.

HSL color Cylindrical-coordinate representation of color #28267F: hue angle of 241.35º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28267F is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4038127-
CMYK0.690.7000.50
HSL241.35º53.94%32.35%-
HSV(B)241.35º70.08%49.8%-
XYZ5.43.3720.44-
YUV48.74172.16121.76-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.51%
GREEN value IS 38 (15.23% from 255) = 18.54%
BLUE value IS 127 (50% from 255) = 61.95%
R=19.51%
G=18.54%
B=61.95%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal40381270.690.7000.50241.3553.9432.35
Hex28267F4546032f13620
Octal50461771051060623616640
Binary101000100110111111110001011000110011001011110001110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28267F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28267F; }

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

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

<style>
 a { background-color: #28267F; }

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

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

<style>
 span { border-color: #28267F; }

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

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