#21126F

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

Shades of Midnight Blue #21126F

Tints of Midnight Blue #21126F

Color information

#21126F (or 0x21126F) is unknown color: approx Midnight Blue. HEX triplet: 21, 12 and 6F. RGB value is (33,18,111). Sum of RGB (Red+Green+Blue) = 33+18+111=162 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.37% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 111 (43.75% from 255 or 68.52% from 162); Max value from RGB is 111 - color contains mainly: blue. Hex color #21126F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21126F is #DEED90. Grayscale: #202020. Windows color (decimal): -14609809 or 7279137. OLE color: 7279137.

HSL color Cylindrical-coordinate representation of color #21126F: hue angle of 249.68º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21126F is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3318111-
CMYK0.700.8400.56
HSL249.68º72.09%25.29%-
HSV(B)249.68º83.78%43.53%-
XYZ3.711.915.21-
YUV33.09171.97127.94-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.37%
GREEN value IS 18 (7.42% from 255) = 11.11%
BLUE value IS 111 (43.75% from 255) = 68.52%
R=20.37%
G=11.11%
B=68.52%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33181110.700.8400.56249.6872.0925.29
Hex21126F4654038fa4819
Octal412215710612407037211031
Binary10000110010110111110001101010100011100011111010100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21126F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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