#21296c

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

Shades of Midnight Blue #21296C

Tints of Midnight Blue #21296C

Color information

#21296C (or 0x21296C) is unknown color: approx Midnight Blue. HEX triplet: 21, 29 and 6C. RGB value is (33,41,108). Sum of RGB (Red+Green+Blue) = 33+41+108=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 108 (42.58% from 255 or 59.34% from 182); Max value from RGB is 108 - color contains mainly: blue. Hex color #21296C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21296C is #DED693. Grayscale: #2D2D2D. Windows color (decimal): -14603924 or 7088417. OLE color: 7088417.

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

Color convert

RGB3341108-
CMYK0.690.6200.58
HSL233.6º53.19%27.65%-
HSV(B)233.6º69.44%42.35%-
XYZ4.132.9914.55-
YUV46.25162.85118.55-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.13%
GREEN value IS 41 (16.41% from 255) = 22.53%
BLUE value IS 108 (42.58% from 255) = 59.34%
R=18.13%
G=22.53%
B=59.34%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33411080.690.6200.58233.653.1927.65
Hex21296C453E03Aea351c
Octal4151154105760723526534
Binary1000011010011101100100010111111001110101110101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21296c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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