#28206E

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

Shades of Midnight Blue #28206E

Tints of Midnight Blue #28206E

Color information

#28206E (or 0x28206E) is unknown color: approx Midnight Blue. HEX triplet: 28, 20 and 6E. RGB value is (40,32,110). Sum of RGB (Red+Green+Blue) = 40+32+110=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 110 (43.36% from 255 or 60.44% from 182); Max value from RGB is 110 - color contains mainly: blue. Hex color #28206E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28206E is #D7DF91. Grayscale: #2A2A2A. Windows color (decimal): -14147474 or 7217192. OLE color: 7217192.

HSL color Cylindrical-coordinate representation of color #28206E: hue angle of 246.15º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28206E is Cyan = 0.64, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4032110-
CMYK0.640.7100.57
HSL246.15º54.93%27.84%-
HSV(B)246.15º70.91%43.14%-
XYZ4.212.6115.03-
YUV43.28165.65125.66-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.98%
GREEN value IS 32 (12.89% from 255) = 17.58%
BLUE value IS 110 (43.36% from 255) = 60.44%
R=21.98%
G=17.58%
B=60.44%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal40321100.640.7100.57246.1554.9327.84
Hex28206E4047039f6371c
Octal50401561001070713666734
Binary10100010000011011101000000100011101110011111011011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28206E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28206E; }

 p { color: rgb(40,32,110); }

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

<style>
 a { background-color: #28206E; }

 a { background-color: rgb(40,32,110); }

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

<style>
 span { border-color: #28206E; }

 span { border-color: rgb(40,32,110); }

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