#21266F

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

Shades of Midnight Blue #21266F

Tints of Midnight Blue #21266F

Color information

#21266F (or 0x21266F) is unknown color: approx Midnight Blue. HEX triplet: 21, 26 and 6F. RGB value is (33,38,111). Sum of RGB (Red+Green+Blue) = 33+38+111=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 38 (15.23% from 255 or 20.88% from 182); Blue value is 111 (43.75% from 255 or 60.99% from 182); Max value from RGB is 111 - color contains mainly: blue. Hex color #21266F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21266F is #DED990. Grayscale: #2C2C2C. Windows color (decimal): -14604689 or 7284257. OLE color: 7284257.

HSL color Cylindrical-coordinate representation of color #21266F: hue angle of 236.15º 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 #21266F is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3338111-
CMYK0.700.6600.56
HSL236.15º54.17%28.24%-
HSV(B)236.15º70.27%43.53%-
XYZ4.192.8615.37-
YUV44.83165.34119.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.13%
GREEN value IS 38 (15.23% from 255) = 20.88%
BLUE value IS 111 (43.75% from 255) = 60.99%
R=18.13%
G=20.88%
B=60.99%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33381110.700.6600.56236.1554.1728.24
Hex21266F4642038ec361c
Octal41461571061020703546634
Binary10000110011011011111000110100001001110001110110011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21266F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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