#21246C

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

Shades of Midnight Blue #21246C

Tints of Midnight Blue #21246C

Color information

#21246C (or 0x21246C) is unknown color: approx Midnight Blue. HEX triplet: 21, 24 and 6C. RGB value is (33,36,108). Sum of RGB (Red+Green+Blue) = 33+36+108=177 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.64% from 177); Green value is 36 (14.45% from 255 or 20.34% from 177); Blue value is 108 (42.58% from 255 or 61.02% from 177); Max value from RGB is 108 - color contains mainly: blue. Hex color #21246C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21246C is #DEDB93. Grayscale: #2B2B2B. Windows color (decimal): -14605204 or 7087137. OLE color: 7087137.

HSL color Cylindrical-coordinate representation of color #21246C: hue angle of 237.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 #21246C is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3336108-
CMYK0.690.6700.58
HSL237.6º53.19%27.65%-
HSV(B)237.6º69.44%42.35%-
XYZ3.962.6714.49-
YUV43.31164.51120.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.64%
GREEN value IS 36 (14.45% from 255) = 20.34%
BLUE value IS 108 (42.58% from 255) = 61.02%
R=18.64%
G=20.34%
B=61.02%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33361080.690.6700.58237.653.1927.65
Hex21246C454303Aee351c
Octal41441541051030723566534
Binary10000110010011011001000101100001101110101110111011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21246C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21246C; }

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

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

<style>
 a { background-color: #21246C; }

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

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

<style>
 span { border-color: #21246C; }

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

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