#21288E

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

Shades of Midnight Blue #21288E

Tints of Midnight Blue #21288E

Color information

#21288E (or 0x21288E) is unknown color: approx Midnight Blue. HEX triplet: 21, 28 and 8E. RGB value is (33,40,142). Sum of RGB (Red+Green+Blue) = 33+40+142=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 142 (55.86% from 255 or 66.05% from 215); Max value from RGB is 142 - color contains mainly: blue. Hex color #21288E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21288E is #DED771. Grayscale: #313131. Windows color (decimal): -14604146 or 9316385. OLE color: 9316385.

HSL color Cylindrical-coordinate representation of color #21288E: hue angle of 236.15º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21288E is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3340142-
CMYK0.770.7200.44
HSL236.15º62.29%34.31%-
HSV(B)236.15º76.76%55.69%-
XYZ6.273.7925.99-
YUV49.54180.18116.21-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.35%
GREEN value IS 40 (16.02% from 255) = 18.60%
BLUE value IS 142 (55.86% from 255) = 66.05%
R=15.35%
G=18.60%
B=66.05%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal33401420.770.7200.44236.1562.2934.31
Hex21288E4D4802Cec3e22
Octal41502161151100543547642
Binary1000011010001000111010011011001000010110011101100111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21288E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,40,142); }

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

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

 a { background-color: rgb(33,40,142); }

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

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

 span { border-color: rgb(33,40,142); }

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