#21296A

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

Shades of Midnight Blue #21296A

Tints of Midnight Blue #21296A

Color information

#21296A (or 0x21296A) is unknown color: approx Midnight Blue. HEX triplet: 21, 29 and 6A. RGB value is (33,41,106). Sum of RGB (Red+Green+Blue) = 33+41+106=180 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.33% from 180); Green value is 41 (16.41% from 255 or 22.78% from 180); Blue value is 106 (41.80% from 255 or 58.89% from 180); Max value from RGB is 106 - color contains mainly: blue. Hex color #21296A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21296A is #DED695. Grayscale: #2D2D2D. Windows color (decimal): -14603926 or 6957345. OLE color: 6957345.

HSL color Cylindrical-coordinate representation of color #21296A: hue angle of 233.42º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #21296A is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3341106-
CMYK0.690.6100.58
HSL233.42º52.52%27.25%-
HSV(B)233.42º68.87%41.57%-
XYZ4.022.9513.99-
YUV46.02161.85118.71-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.33%
GREEN value IS 41 (16.41% from 255) = 22.78%
BLUE value IS 106 (41.80% from 255) = 58.89%
R=18.33%
G=22.78%
B=58.89%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33411060.690.6100.58233.4252.5227.25
Hex21296A453D03Ae9351b
Octal4151152105750723516533
Binary1000011010011101010100010111110101110101110100111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21296A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,41,106); }

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

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

 a { background-color: rgb(33,41,106); }

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

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

 span { border-color: rgb(33,41,106); }

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