#211265

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

Shades of Midnight Blue #211265

Tints of Midnight Blue #211265

Color information

#211265 (or 0x211265) is unknown color: approx Midnight Blue. HEX triplet: 21, 12 and 65. RGB value is (33,18,101). Sum of RGB (Red+Green+Blue) = 33+18+101=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 101 (39.84% from 255 or 66.45% from 152); Max value from RGB is 101 - color contains mainly: blue. Hex color #211265 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211265 is #DEED9A. Grayscale: #1F1F1F. Windows color (decimal): -14609819 or 6623777. OLE color: 6623777.

HSL color Cylindrical-coordinate representation of color #211265: hue angle of 250.84º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #211265 is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3318101-
CMYK0.670.8200.60
HSL250.84º69.75%23.33%-
HSV(B)250.84º82.18%39.61%-
XYZ3.191.712.47-
YUV31.95166.97128.75-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.71%
GREEN value IS 18 (7.42% from 255) = 11.84%
BLUE value IS 101 (39.84% from 255) = 66.45%
R=21.71%
G=11.84%
B=66.45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal33181010.670.8200.60250.8469.7523.33
Hex211265435203Cfb4617
Octal412214510312207437310627
Binary10000110010110010110000111010010011110011111011100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211265; }

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

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

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

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

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

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

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

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