#21286D

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

Shades of Midnight Blue #21286D

Tints of Midnight Blue #21286D

Color information

#21286D (or 0x21286D) is unknown color: approx Midnight Blue. HEX triplet: 21, 28 and 6D. RGB value is (33,40,109). Sum of RGB (Red+Green+Blue) = 33+40+109=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 109 (42.97% from 255 or 59.89% from 182); Max value from RGB is 109 - color contains mainly: blue. Hex color #21286D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21286D is #DED792. Grayscale: #2D2D2D. Windows color (decimal): -14604179 or 7153697. OLE color: 7153697.

HSL color Cylindrical-coordinate representation of color #21286D: hue angle of 234.47º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #21286D is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3340109-
CMYK0.700.6300.57
HSL234.47º53.52%27.84%-
HSV(B)234.47º69.72%42.75%-
XYZ4.152.9514.82-
YUV45.77163.68118.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.13%
GREEN value IS 40 (16.02% from 255) = 21.98%
BLUE value IS 109 (42.97% from 255) = 59.89%
R=18.13%
G=21.98%
B=59.89%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal33401090.700.6300.57234.4753.5227.84
Hex21286D463F039ea361c
Octal4150155106770713526634
Binary1000011010001101101100011011111101110011110101011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21286D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21286D; }

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

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

<style>
 a { background-color: #21286D; }

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

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

<style>
 span { border-color: #21286D; }

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

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