#21246F

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

Shades of Midnight Blue #21246F

Tints of Midnight Blue #21246F

Color information

#21246F (or 0x21246F) is unknown color: approx Midnight Blue. HEX triplet: 21, 24 and 6F. RGB value is (33,36,111). Sum of RGB (Red+Green+Blue) = 33+36+111=180 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.33% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 111 (43.75% from 255 or 61.67% from 180); Max value from RGB is 111 - color contains mainly: blue. Hex color #21246F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21246F is #DEDB90. Grayscale: #2B2B2B. Windows color (decimal): -14605201 or 7283745. OLE color: 7283745.

HSL color Cylindrical-coordinate representation of color #21246F: hue angle of 237.69º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #21246F is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3336111-
CMYK0.700.6800.56
HSL237.69º54.17%28.24%-
HSV(B)237.69º70.27%43.53%-
XYZ4.132.7315.35-
YUV43.65166.01120.4-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.33%
GREEN value IS 36 (14.45% from 255) = 20%
BLUE value IS 111 (43.75% from 255) = 61.67%
R=18.33%
G=20%
B=61.67%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33361110.700.6800.56237.6954.1728.24
Hex21246F4644038ee361c
Octal41441571061040703566634
Binary10000110010011011111000110100010001110001110111011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21246F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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